Classes | UGens > Generators > Chaotic

ChaosGen : UGen : AbstractFunction : Object

UGens that cause chaos
Source: Chaos.sc

Description

"ChaosGen" is an abstract class - in other words, a class that you do not use directly. Instead, use one of its subclasses. Various things inherit from this abstract class, including HenonN, LinCongL, LatoocarfianL, GbmanL, CuspL, StandardL, and more.

These chaotic UGens generally each represent a deterministic set of equations, which can take different starting parameters. The equations define a system whose evolution over time is highly sensitive to initial conditions, and can exhibit highly intricate behaviour.

To learn more, start here: http://en.wikipedia.org/wiki/Chaos_theory

To see all classes which derive from the ChaosGen class, run this line:

Class Methods

Inherited class methods

7 methods from UGen ► show
7 methods from Object ► show

Instance Methods

Inherited instance methods

92 methods from UGen ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show