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

LorenzTrig : UGen : AbstractFunction : Object
ExtensionExtension

lorenz chaotic trigger generator
Source: bhobChaos.sc

Description

Class Methods

LorenzTrig.ar(minfreq: 11025, maxfreq: 22050, s: 10, r: 28, b: 2.6666667, h: 0.02, x0: 0.090879182417163, y0: 2.97077458055, z0: 24.282041054363, mul: 1.0, add: 0.0)

LorenzTrig.kr(minfreq: 40, maxfreq: 100, s: 10, r: 28, b: 2.6666667, h: 0.02, x0: 0.090879182417163, y0: 2.97077458055, z0: 24.282041054363, mul: 1.0, add: 0.0)

Arguments:

minfreq

minimum frequency in Hertz

maxfreq

maximum frequency in Hertz

s, r, b

equation variables

h

integration time step

x0

initial value of x

y0

initial value of y

z0

initial value of z

Inherited class methods

Instance Methods

Inherited instance methods

Examples