de.sciss.synth.ugen
A non-interpolating sound generator based on the difference equations:
x[n+1] = 1 - y[n] + abs(x[n]) y[n+1] = x[n]
The behavior of the system is only dependent on its initial conditions. Reference: Devaney, R. L. "The Gingerbreadman." Algorithm 3, 15-16, Jan. 1992.
Iteration frequency in Hertz
Initial value of y
GbmanL
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 non-interpolating sound generator based on the difference equations:
The behavior of the system is only dependent on its initial conditions. Reference: Devaney, R. L. "The Gingerbreadman." Algorithm 3, 15-16, Jan. 1992.
Iteration frequency in Hertz
Initial value of y
GbmanL