// teensy.dsp // Mobile Synth II Workshop // CCRMA - Stanford University import("stdfaust.lib"); declare interface "SmartKeyboard{ 'Number of Keyboards':'1', 'Max Keyboard Polyphony':'0', 'Keyboard 0 - Number of Keys':'1', 'Keyboard 0 - Send Freq':'0', 'Keyboard 0 - Piano Keyboard':'0' }"; freq = hslider("frequency[midi:ctrl 10]",100,100,2000,1) : si.smoo; process = os.sawtooth(freq) <: _,_;