de.sciss.synth.ugen
a special fixed band-reject filter UGen. Implements the formula :
out(i) = 0.5 * (in(i) + in(i-2))
This filter cuts out frequencies around half of the Nyquist frequency.
input signal to be filtered
BRF
HPZ2
HPZ1
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-reject filter UGen. Implements the formula :
This filter cuts out frequencies around half of the Nyquist frequency.
input signal to be filtered
BRF
HPZ2
HPZ1