Slider Synth
fundamental
amplitude
filter frequency
loading...
play
/* this is the synthesis code for this example */ 0dbfs = 1 nchnls = 2 schedule 1,0,-1 instr 1 kfr chnget "freq" kamp chnget "amp" kcf chnget "cf" a1 vco2 kamp,kfr a2 moogvcf a1, kcf, 0.8 outs a2,a2 endin