aboutsummaryrefslogtreecommitdiff
path: root/lorenz.pd
diff options
context:
space:
mode:
authorB. Bogart <bbogart@users.sourceforge.net>2002-09-16 16:36:20 +0000
committerB. Bogart <bbogart@users.sourceforge.net>2002-09-16 16:36:20 +0000
commit2c7657c48db74de5a512c55165df80b877b38d33 (patch)
tree14bc0e281a0a4d2014abde3adf91145364dd147e /lorenz.pd
parent9c772b63840098d6bc66ca5fd03d25cbcc8646bf (diff)
Added arguments to "reset" method, allows reseting to particular initial conditions.
svn path=/trunk/externals/bbogart/chaos/; revision=128
Diffstat (limited to 'lorenz.pd')
-rw-r--r--lorenz.pd12
1 files changed, 6 insertions, 6 deletions
diff --git a/lorenz.pd b/lorenz.pd
index fcbc560..55170fc 100644
--- a/lorenz.pd
+++ b/lorenz.pd
@@ -4,7 +4,6 @@
;
#X floatatom 80 89 5 0 0;
#X obj 29 177 lorenz;
-#X msg 114 143 reset;
#X floatatom 74 285 5 0 0;
#X msg 115 194 param 0.02 10 28 2.667;
#X text 5 6 Lorenz's Attractor;
@@ -15,11 +14,12 @@
#X floatatom 120 285 5 0 0;
#X text 58 258 Output;
#X text 4 21 Chaos PD Externals - Copyright Ben Bogart 2002;
+#X msg 114 143 reset 0.1 0 0;
#X connect 0 0 3 0;
#X connect 1 0 0 0;
#X connect 2 0 0 1;
-#X connect 3 0 11 0;
-#X connect 3 1 5 0;
-#X connect 3 2 12 0;
-#X connect 4 0 3 0;
-#X connect 6 0 3 0;
+#X connect 3 0 10 0;
+#X connect 3 1 4 0;
+#X connect 3 2 11 0;
+#X connect 5 0 3 0;
+#X connect 14 0 3 0;