de.sciss.synth.ugen
a special fixed band-pass filter UGen. Implements the formula :
out(i) = 0.5 * (in(i) - in(i-2))
This filter cuts out frequencies around zero Hertz and Nyquist.
input signal to be filtered
BPF
BRZ2
LPZ2
HPZ2
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
a special fixed band-pass filter UGen. Implements the formula :
This filter cuts out frequencies around zero Hertz and Nyquist.
input signal to be filtered
BPF
BRZ2
LPZ2
HPZ2