1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8">
5 <meta http-equiv=
"Content-Style-Type" content=
"text/css">
7 <meta name=
"Generator" content=
"Cocoa HTML Writer">
8 <meta name=
"CocoaVersion" content=
"824.48">
9 <style type=
"text/css">
10 p
.p1
{margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Helvetica
}
11 p
.p2
{margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Arial
; background-color: #f9f9f9; min-height: 15.0px}
12 p
.p3
{margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Arial
; background-color: #f9f9f9}
13 p
.p4
{margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco
}
14 span
.s1
{font: 18.0px Helvetica
}
15 span
.s2
{color: #0000ff}
16 span
.s3
{text-decoration: underline
}
17 span
.s4
{color: #001bb9}
18 span
.Apple-tab-span
{white-space:pre
}
22 <p class=
"p1"><span class=
"s1"><b>ChaosGen
<span class=
"Apple-tab-span"> </span><span class=
"Apple-tab-span"> </span></b></span><b>UGens that cause chaos
</b></p>
23 <p class=
"p2"><br></p>
24 <p class=
"p3">"ChaosGen" is an
<i>abstract class
</i> - 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
<a href=
"Chaos/HenonN.html"><span class=
"s2">HenonN
</span></a>,
<a href=
"Chaos/LinCongL.html"><span class=
"s2">LinCongL
</span></a>,
<a href=
"Chaos/LatoocarfianL.html"><span class=
"s2">LatoocarfianL
</span></a>,
<a href=
"Chaos/GbmanL.html"><span class=
"s2">GbmanL
</span></a>,
<a href=
"Chaos/CuspL.html"><span class=
"s2">CuspL
</span></a>,
<a href=
"Chaos/StandardL.html"><span class=
"s2">StandardL
</span></a>, and more.
</p>
25 <p class=
"p2"><br></p>
26 <p class=
"p3">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.
</p>
27 <p class=
"p2"><br></p>
28 <p class=
"p3">To learn more, start here:
<span class=
"s3">http://en.wikipedia.org/wiki/Chaos_theory
</span></p>
29 <p class=
"p2"><br></p>
30 <p class=
"p3">To see all classes which derive from the ChaosGen class, run this line:
</p>
31 <p class=
"p4"><span class=
"s4">ChaosGen
</span>.allSubclasses.do(
<span class=
"s4">_
</span>.postln)
</p>