de.sciss.synth.ugen
two point average filter UGen. Implements the formula :
out(i) = 0.5 * (in(i) + in(i-1))
// engage with mouse button play { val sig = WhiteNoise.ar(0.5) val flt = LPZ1.ar(sig) LinXFade2.ar(sig, flt, MouseButton.kr(-1, 1)) }
Delay1
Integrator
LPZ2
HPZ1
OnePole
input signal to be filtered
two point average filter UGen. Implements the formula :
Examples
Delay1
Integrator
LPZ2
HPZ1
OnePole