shithub: soundpipe

ref: 79b51e588d41bc7df8c27f1f1aee57832a9d45ad
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;