de.sciss.synth.ugen
A non-interpolating sound generator based on the difference equations:
x[n+1] = (x[n] + y[n+1]) % 2pi y[n+1] = (y[n] + k * sin(x[n])) % 2pi
The standard map is an area preserving map of a cylinder discovered by the plasma physicist Boris Chirikov.
Iteration frequency in Hertz
Perturbation amount
Initial value of x
Initial value of y
StandardL
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 standard map is an area preserving map of a cylinder discovered by the plasma physicist Boris Chirikov.
Iteration frequency in Hertz
Perturbation amount
Initial value of x
Initial value of y
StandardL