4 categories:: UGens>Filters>Linear
9 This filter removes DC offset from a signal.
28 Output will be multiplied by this value.
33 This value will be added to the output.
42 a = LFPulse.ar(800, 0.5, 0.5, 0.5);
43 [a, LeakDC.ar(a, 0.995)]
44 }.scope(bufsize: 22050)