HenonC

final case
class HenonC(rate: Rate, freq: GE, a: GE, b: GE, x0: GE, x1: GE) extends SingleOut

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.

Value Params
a

Equation variable

b

Equation variable

freq

Iteration frequency in Hertz

x0

Initial value of x

x1

Second value of x

See also
Companion
object
trait Serializable
class SingleOut
class SomeOut
trait Lazy
trait GE
class UGenSource[UGenInLike]
trait Expander[UGenInLike]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def name: String
Inherited from
UGenSource
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource