shithub: soundpipe

ref: 70285956de156f146984f42c8ffa42401d42edd7
dir: /util/faust/triangle.dsp/

View raw version
import("oscillator.lib");

freq = hslider("[0]freq", 440, 0, 20000, 0.0001);
amp = hslider("[1]amp", 1, 0, 1, 0.00001);

process = triangle(freq) * amp;