diff options
author | B. Bogart <bbogart@users.sourceforge.net> | 2002-08-29 18:05:34 +0000 |
---|---|---|
committer | B. Bogart <bbogart@users.sourceforge.net> | 2002-08-29 18:05:34 +0000 |
commit | 5c80d2c60cb6c85798db9b73f371ba70395374fe (patch) | |
tree | 48fcce695f2a7b343220a1250c1b3e5396ded989 | |
parent | 1d0e069cf63126f0427922c6041031648f80bdae (diff) |
Updated readme.txt
svn path=/trunk/externals/bbogart/chaos/; revision=98
-rw-r--r-- | README.txt | 88 |
1 files changed, 44 insertions, 44 deletions
@@ -1,44 +1,44 @@ -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.
-
-If you have any questions/comments you can reach me at ben@ekran.org
-
-Please Note:
-These programs are Copyright Ben Bogart 2002
-
-These programs are distributed under the terms of the GNU General Public
-License
-
-Chaos PD Externals are free software; you can redistribute them and/or modify
-them under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
-
-Chaos PD Externals are distributed in the hope that they will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with the Chaos PD Externals; if not, write to the Free Software
-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. The object methods are as follows:
-
-bang: Calculate one interation of the attractor.
-reset: Reset to initial conditions.
-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.
-
-
-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.
+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. + +If you have any questions/comments you can reach me at ben@ekran.org + +Please Note: +These programs are Copyright Ben Bogart 2002 + +These programs are distributed under the terms of the GNU General Public +License + +Chaos PD Externals are free software; you can redistribute them and/or modify +them under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +Chaos PD Externals are distributed in the hope that they will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with the Chaos PD Externals; if not, write to the Free Software +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. The object methods are as follows: + +bang: Calculate one interation of the attractor. +reset: Reset to initial conditions. +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. + + +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. |