shithub: soundpipe

ref: ad283e1403a93be876d71ffcc7ff76152c92d453
dir: /util/faust/pinknoise.dsp/

View raw version
import("oscillator.lib");
amp = hslider("amp", 1, 0, 1, 0.0001);
process = pink_noise * amp;