de.sciss.synth.ugen
A linear-interpolating sound generator based on the difference equation:
x[n+1] = a * pow(x[n], 2) + b * x[n] + c
Iteration frequency in Hertz
Equation variable
Initial value of x
QuadC
QuadN
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 linear-interpolating sound generator based on the difference equation:
Iteration frequency in Hertz
Equation variable
Equation variable
Equation variable
Initial value of x
QuadC
QuadN