de.sciss.synth.ugen
two point average filter UGen. Implements the formula :
out(i) = 0.5 * (in(i) + in(i-1))
input signal to be filtered
Delay1
Integrator
LPZ2
HPZ1
OnePole
Abstract method which must be implemented by creating the actual UGens during expansion.
UGen
Abstract method which must be implemented by creating the actual UGens during expansion. This method is at most called once during graph expansion
the expanded object (depending on the type parameter U)
U
two point average filter UGen. Implements the formula :
input signal to be filtered
Delay1
Integrator
LPZ2
HPZ1
OnePole