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/11/11 19:36]
67.58.20.7 [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          
-Sys.Outp1 )                                      +Synth.GetType()                                                      |                      | 
-Sys.ReadFileAsBytep1                           +| Synth.PlayMidiTune( tune )                                                                | 
-Sys.WriteToFilep1                              +| Synth.PlayNote( note )                                                                    | 
 +| Synth.PlayTone( freq, dur )                                          |                      | 
 +| Synth.SetDelay( ms )                                                                      | 
 +| Synth.SetDelayEnabled( enable )                                      |                      | 
 +| Synth.SetFeedback( feedback )                                        |                      | 
 +| Synth.SetFrequency( freq )                                                                | 
 +| Synth.SetNoteLength( dur )                                                                | 
 +| Synth.SetPhaser( drywet,rate,range,feedback )                        |                      | 
 +| Synth.SetPhaserDryWet( drywet )                                      |                      | 
 +| Synth.SetPhaserEnabled( enable )                                                          | 
 +| Synth.SetPhaserFeedback( feedback )                                  |                      | 
 +| Synth.SetPhaserRange( range )                                        |                      | 
 +| Synth.SetPhaserRate( rate )                                          |                      | 
 +| Synth.SetVca( attack,decay,sustain,release )                                              
 +Synth.SetVcaAttackAttackTimeInMS                                                      
 +Synth.SetVcaDecayDecayTimeInMS                                                        
 +| Synth.SetVcaEnabled( OnOff )                                                              | 
 +| Synth.SetVcaRelease( ReleaseTimeInMS )                                                    | 
 +| Synth.SetVcaSustain( SustainLevel  )                                                      | 
 +| Synth.SetVcf( attack,decay,sustain,release,cutoff,resonance,depth )  |                      | 
 +| Synth.SetVcfAttack(AttackTimeInMS )                                  |                      | 
 +| Synth.SetVcfCutoff( CutoffFrequencyInHz )                            |                      | 
 +| Synth.SetVcfDecay( DecayTimeInMS )                                                        | 
 +| Synth.SetVcfDepth( Depth )                                                                | 
 +| Synth.SetVcfEnabled( OnOff )                                                              | 
 +| Synth.SetVcfRelease(ReleaseTimeInMS )                                |                      | 
 +| Synth.SetVcfResonance( float Resonance )                             | 0-1 = 0 - 100%       | 
 +| Synth.SetVcfSustain(float SustainLevel )                             | 0 = Silent, 1= 100%  | 
 +| Synth.SetVolume( left,right )                                        |                      | 
 +| Synth.SetWaveShape( shape )                                          |                      | 
 +| Synth.Start()                                                        |                      |
built_in/synth.1447270574.txt.gz · Last modified: 2015/11/12 03:36 (external edit)