de.sciss.synth.ugen
A first order filter section UGen. Filter coefficients are given directly rather than calculated for you. The formula is equivalent to:
out(i) = a0 * in(i) + a1 * in(i-1) + b1 * out(i-1)
input signal to be filtered
OneZero
OnePole
SOS
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 first order filter section UGen. Filter coefficients are given directly rather than calculated for you. The formula is equivalent to:
input signal to be filtered
OneZero
OnePole
SOS