Latoocarfian2DC:
Filter:
Classes (extension) | UGens > Generators > Stochastic

Latoocarfian2DC : Latoocarfian2DN : UGen : AbstractFunction : Object
ExtensionExtension

latoocarfian 2D chaotic generator
Source: bhobChaos.sc

Description

x values determine frequencies; y values determine amplitudes. Stable ranges for a & b tend to be between -3 to + 3. c & d between 0.5 and 1.5. There are combinations within these ranges that are unstable, so be prepared to tweak this oscillator.

Class Methods

Latoocarfian2DC.ar(minfreq: 11025, maxfreq: 22050, a: 1, b: 3, c: 0.5, d: 0.5, x0: 0.34082301375036, y0: -0.38270086971332, mul: 1, add: 0.0)

From superclass: Latoocarfian2DN

Latoocarfian2DC.kr(minfreq: 40, maxfreq: 100, a: 1, b: 3, c: 0.5, d: 0.5, x0: 0.34082301375036, y0: -0.38270086971332, mul: 1, add: 0.0)

From superclass: Latoocarfian2DN

Arguments:

minfreq, maxfreq

iteration frequency in Hertz

a, b, c, d

equation variables

x0

initial value of x

y0

initial value of y

Inherited class methods

Instance Methods

Inherited instance methods

Examples