aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorB. Bogart <bbogart@users.sourceforge.net>2003-09-30 15:58:08 +0000
committerB. Bogart <bbogart@users.sourceforge.net>2003-09-30 15:58:08 +0000
commit8890d81285fc713353a00d7d149fb02e6b00b3b5 (patch)
tree61fe8dc9aafbadc481c80009aa7e1c29b96584df /README.txt
parenta10c1491da756bd6af75a01c418e054cbd7b7c66 (diff)
This is the first Release of chaosII (internally versioned at 0.3)
The makefile has been updated, but I'm not sure if the vcproj requires an update. Should compile on all PD platforms. svn path=/trunk/externals/bbogart/chaos/; revision=1051
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt31
1 files changed, 18 insertions, 13 deletions
diff --git a/README.txt b/README.txt
index ca2f2a0..face8a0 100644
--- a/README.txt
+++ b/README.txt
@@ -1,11 +1,15 @@
This is the readme for "Chaos PD Externals" a set of objects for PD which
-calculate various "Chaotic Attractors"; including, Lorenz, Rossler, Henon
-and Ikeda. Hopefully more will be on their way.
+calculate various "Chaotic Attractors"; including: lorenz, rossler, henon,
+ikeda, attract1, base, base3, dejong, gingerbreadman, hopalong, latoocarfian,
+latoomutalpha, latoomutbeta, latoomutgamma, logistic, lotka_volterra, martin,
+mlogistic, pickover, popcorn, quadruptwo, standardmap, strange1, tent, three_d, threeply, tinkerbell and unity.
-If you have any questions/comments you can reach me at ben@ekran.org
+If you have any questions/comments you can reach the co-authors at:
+Ben Bogart ben@ekran.org
+Michael McGonagle mjmogo@comcast.net
Please Note:
-These programs are Copyright Ben Bogart 2002
+These programs are Copyright Ben Bogart 2002, Ben Bogart and Michael McGonagle 2003.
These programs are distributed under the terms of the GNU General Public
License
@@ -26,24 +30,25 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
USAGE:
-The package only includes 2 and 3 dimentional attractors. There are
-outlets for each dimention. The scale of the values vary between the
-different attractors. To run pd with the chaos externals use:
+The package includes 1, 2 and 3 dimentional attractors. There are outlets for
+each dimention, starting from the left, followed by three outlets for attractor
+data (see the help patches for details). The scale of the values vary between
+the different attractors. To run pd with the chaos externals use:
pd -lib chaos
-The object methods are as follows:
+The basic object methods are as follows:
-bang: Calculate one interation of the attractor.
+bang: Calculate one iteration of the attractor.
reset: Reset to initial conditions defined by the two or three arguments.
[reset a b c] will reset the xyz values to abc respectively.
param: Modify the paramaters of the equation, the number of args depend
on the attractor. (Be careful with the parameters, an attractor
will go from stable to infinity in very few interations.)
-See the example patches for clarification.
+See the example patches for other methods (parameter searching etc.)
+The next release will include a script to generate your own attractor object
+for chaos from the attractor attributes.
-Have fun with them. I'd be happy to hear about any interesting uses you
-find for them. As well as any interesting attractor equations you come
-across.
+Have Fun.