de.sciss.synth.ugen
three point average filter UGen. Implements the formula :
out(i) = 0.25 * (in(i) + 2 * in(i-1) + in(i-2))
input signal to be filtered
BRZ2
BPZ2
HPZ2
LPZ1
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
three point average filter UGen. Implements the formula :
input signal to be filtered
BRZ2
BPZ2
HPZ2
LPZ1