User Tools

Site Tools


built_in:synth

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
built_in:synth [2015/03/22 13:00]
octazid [Table]
built_in:synth [2015/11/11 19:52]
administrator old revision restored (2015/09/02 13:45)
Line 5: Line 5:
 For examples of the **[[same methods]]** look here. For examples of the **[[same methods]]** look here.
 ^ Method                                ^ Description  ^ ^ Method                                ^ Description  ^
-| Synth.Destroy()                                    | 
 | Synth.GetType()                                    | | Synth.GetType()                                    |
 | Synth.PlayMidiTune( p1)                            | | Synth.PlayMidiTune( p1)                            |
Line 22: Line 21:
 | Synth.SetPhaserRate( p1 )                          | | Synth.SetPhaserRate( p1 )                          |
 | Synth.SetVca( p1,p2,p3,p4 )                        | | Synth.SetVca( p1,p2,p3,p4 )                        |
-| Synth.SetVcaAttack( p1 )              |              | +| Synth.SetVcaAttack( AttackTimeInMS )              |              | 
-| Synth.SetVcaDecay( p1 )                            | +| Synth.SetVcaDecay( DecayTimeInMS )                            | 
-| Synth.SetVcaEnabled( p1 )                          | +| Synth.SetVcaEnabled( OnOff )                          | 
-| Synth.SetVcaRelease( p1 )                          | +| Synth.SetVcaRelease( ReleaseTimeInMS )                          | 
-| Synth.SetVcaSustain( p1 )                          | +| Synth.SetVcaSustain( SustainLevel  )                          | 
-| Synth.SetVcf( p1,p2,p3,p4,p5,p6,p7 )  |              +| Synth.SetVcf( p1,p2,p3,p4,p5,p6,p7 )  | 
-| Synth.SetVcfAttack( p1 )              |              | +| Synth.SetVcfAttack(AttackTimeInMS )              |              | 
-| Synth.SetVcfCutoff( p1 )              |              | +| Synth.SetVcfCutoff( CutoffFrequencyInHz )              |              | 
-| Synth.SetVcfDecay( p1 )                            | +| Synth.SetVcfDecay( DecayTimeInMS )                            | 
-| Synth.SetVcfDepth( p1 )                            | +| Synth.SetVcfDepth( Depth )                            | 
-| Synth.SetVcfEnabled( p1 )                          | +| Synth.SetVcfEnabled( OnOff )                          | 
-| Synth.SetVcfRelease( p1 )                          | +| Synth.SetVcfRelease(ReleaseTimeInMS )                          | 
-| Synth.SetVcfResonance( p1 )                        +| Synth.SetVcfResonance( float Resonance )           0-1 = 0 - 100%             
-| Synth.SetVcfSustain( p1 )                          |+| Synth.SetVcfSustain(float SustainLevel )             |0 = Silent, 1= 100%              |
 | Synth.SetVolume( p1,p2 )              |              | | Synth.SetVolume( p1,p2 )              |              |
 | Synth.SetWaveShape( p1 )              |              | | Synth.SetWaveShape( p1 )              |              |
 | Synth.Start()                                      | | Synth.Start()                                      |
built_in/synth.txt · Last modified: 2018/12/14 05:46 (external edit)