shithub: soundpipe

ref: 25a9fcc24ad00c6a406042818b9e6f2e7bba0dd1
dir: /util/faust/pinknoise.dsp/

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