de.sciss.synth.ugen
A filter UGen to integrate an input signal with a leak. Implements the formula :
out(i) = in(i) + (coef * out(i-1))
LPZ1
HPZ1
OnePole
input signal to be processed
the leak coefficient. Should be between -1 and +1
A filter UGen to integrate an input signal with a leak. Implements the formula :
out(i) = in(i) + (coef * out(i-1))
LPZ1
HPZ1
OnePole