shithub: soundpipe

ref: 8a700fc7e0d8f2815e353de9aae8ad7b3594eb1a
dir: /util/faust/saw.dsp/

View raw version
import("oscillator.lib");
freq = hslider("[0]freq", 440, 0, 20000, 0.0001);
amp = hslider("[1]amp", 1, 0, 1, 0.0001);
process = sawtooth(freq) * amp;