de.sciss.fscape.graph
A one pole (IIR) filter UGen. Implements the formula :
out(i) = ((1 - abs(coef)) * in(i)) + (coef * out(i-1))
input signal to be processed
feedback coefficient. Should be between -1 and +1
feedback coefficient.
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 one pole (IIR) filter UGen. Implements the formula :
input signal to be processed
feedback coefficient. Should be between -1 and +1