de.sciss.synth.ugen
A one pole (IIR) filter UGen. Implements the formula :
out(i) = ((1 - abs(coef)) * in(i)) + (coef * out(i-1))
Lag
TwoPole
OneZero
input signal to be processed
feedback coefficient. Should be between -1 and +1
A one pole (IIR) filter UGen. Implements the formula :
Lag
TwoPole
OneZero