de.sciss.synth.ugen
A cubic-interpolating sound generator based on the difference equation:
x[n+2] = 1 - a * pow(x[n+1], 2) + b * x[n]
This equation was discovered by French astronomer Michel Hénon while studying the orbits of stars in globular clusters.
Iteration frequency in Hertz
Equation variable
Initial value of x
Second value of x
HenonC
HenonL
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 cubic-interpolating sound generator based on the difference equation:
This equation was discovered by French astronomer Michel Hénon while studying the orbits of stars in globular clusters.
Iteration frequency in Hertz
Equation variable
Equation variable
Initial value of x
Second value of x
HenonC
HenonL