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
built_in:synth [2015/03/21 17:25]
octazid [Methods] delete not used methods
built_in:synth [2018/12/14 05:46] (current)
Line 4: Line 4:
 Some controls use the same methods.\\ Some controls use the same methods.\\
 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( tune                                                                
-|Synth.PlayMidiTune( p1) | | +| Synth.PlayNote( note                                                                    
-|Synth.PlayNote( p1) | | +| Synth.PlayTone( freqdur                                                               
-|Synth.PlayTone( p1,p2) | | +| Synth.SetDelay( ms                                                                      
-|Synth.Release() | | +| Synth.SetDelayEnabled( enable                                                           
-|Synth.SetDelay( p1 ) | | +| Synth.SetFeedback( feedback                                                             
-|Synth.SetDelayEnabled( p1 ) | | +| Synth.SetFrequency( freq                                                                
-|Synth.SetFeedback( p1 ) | | +| Synth.SetNoteLength( dur )                                                                
-|Synth.SetFrequency( p1 ) | | +| Synth.SetPhaser( drywet,rate,range,feedback                                             
-|Synth.SetNoteLength( dur ) | | +| Synth.SetPhaserDryWet( drywet                                                           
-|Synth.SetPhaser( p1,p2,p3,p4 ) | | +| Synth.SetPhaserEnabled( enable                                                          
-|Synth.SetPhaserDryWet( p1 ) | | +| Synth.SetPhaserFeedback( feedback                                                       
-|Synth.SetPhaserEnabled( p1 ) | | +| Synth.SetPhaserRange( range                                                             
-|Synth.SetPhaserFeedback( p1 ) | | +| Synth.SetPhaserRate( rate                                                               
-|Synth.SetPhaserRange( p1 ) | | +| Synth.SetVca( attack,decay,sustain,release                                              
-|Synth.SetPhaserRate( p1 ) | | +| Synth.SetVcaAttack( AttackTimeInMS                                                      
-|Synth.SetVca( p1,p2,p3,p4 ) | | +| Synth.SetVcaDecay( DecayTimeInMS                                                        
-|Synth.SetVcaAttack( p1 ) | | +| Synth.SetVcaEnabled( OnOff                                                              
-|Synth.SetVcaDecay( p1 ) | | +| Synth.SetVcaRelease( ReleaseTimeInMS                                                    
-|Synth.SetVcaEnabled( p1 ) | | +| Synth.SetVcaSustain( SustainLevel                                                       
-|Synth.SetVcaRelease( p1 ) | | +| Synth.SetVcf( attack,decay,sustain,release,cutoff,resonance,depth                       
-|Synth.SetVcaSustain( p1 ) | | +| Synth.SetVcfAttack(AttackTimeInMS                                                       
-|Synth.SetVcf( p1,p2,p3,p4,p5,p6,p7 ) | | +| Synth.SetVcfCutoff( CutoffFrequencyInHz                                                 
-|Synth.SetVcfAttack( p1 ) | | +| Synth.SetVcfDecay( DecayTimeInMS                                                        
-|Synth.SetVcfCutoff( p1 ) | | +| Synth.SetVcfDepth( Depth                                                                
-|Synth.SetVcfDecay( p1 ) | | +| Synth.SetVcfEnabled( OnOff                                                              
-|Synth.SetVcfDepth( p1 ) | | +| Synth.SetVcfRelease(ReleaseTimeInMS                                                     
-|Synth.SetVcfEnabled( p1 ) | | +| Synth.SetVcfResonance( float Resonance                             0-1 = 0 - 100%       
-|Synth.SetVcfRelease( p1 ) | | +| Synth.SetVcfSustain(float SustainLevel                             0 = Silent, 1= 100%  
-|Synth.SetVcfResonance( p1 ) | | +| Synth.SetVolume( left,right                                                             
-|Synth.SetVcfSustain( p1 ) | | +| Synth.SetWaveShape( shape                                                               
-|Synth.SetVolume( p1,p2 ) | | +| Synth.Start()                                                                             |
-|Synth.SetWaveShape( p1 ) | | +
-|Synth.Start() | |+
built_in/synth.1426958700.txt.gz · Last modified: 2015/03/22 01:25 (external edit)