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.
de.sciss.synth.ugen.GbmanL
Iteration frequency in Hertz
Initial value of y
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.
de.sciss.synth.ugen.GbmanL