shithub: soundpipe

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

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

ratio = hslider("[0] ratio", 1, 1, 40, 0.001);
thresh = hslider("[1] thresh", 0, -80, 0, 0.001);
atk = hslider("[2] atk", 0.1, 0, 10, 0.001);
rel = hslider("[3] rel", 0.1, 0, 10, 0.001);

process = compressor_mono(ratio, thresh, atk, rel);