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.
de.sciss.synth.ugen.HenonC
de.sciss.synth.ugen.HenonL
Iteration frequency in Hertz
Equation variable
Initial value of x
Second value of x
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.
de.sciss.synth.ugen.HenonC
de.sciss.synth.ugen.HenonL