aboutsummaryrefslogtreecommitdiff
path: root/ikeda.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 /ikeda.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 'ikeda.pd')
-rw-r--r--ikeda.pd16
1 files changed, 8 insertions, 8 deletions
diff --git a/ikeda.pd b/ikeda.pd
index d4e3c91..e94bfca 100644
--- a/ikeda.pd
+++ b/ikeda.pd
@@ -1,9 +1,8 @@
#N canvas 48 298 368 335 10;
#X obj 29 114 metro 50;
-#X obj 29 90 tgl 15 0 empty empty empty 20 8 0 8 -262144 -1 -1 0 1
+#X obj 29 90 tgl 15 0 empty empty empty 20 8 0 8 -262144 -1 -1 1 1
;
#X floatatom 80 89 5 0 0;
-#X msg 114 143 reset;
#X floatatom 74 285 5 0 0;
#X text 5 66 Calculate;
#X text 113 161 Reset To Initial Conditions;
@@ -16,11 +15,12 @@
#X msg 116 215 param 0.4 0.9 6 1;
#X msg 116 193 param 0.4 0.8 20 1;
#X text 5 6 Ikeda Attractor;
-#X connect 0 0 12 0;
+#X msg 114 143 reset 0.1 0.1;
+#X connect 0 0 11 0;
#X connect 1 0 0 0;
#X connect 2 0 0 1;
-#X connect 3 0 12 0;
-#X connect 12 0 8 0;
-#X connect 12 1 4 0;
-#X connect 13 0 12 0;
-#X connect 14 0 12 0;
+#X connect 11 0 7 0;
+#X connect 11 1 3 0;
+#X connect 12 0 11 0;
+#X connect 13 0 11 0;
+#X connect 15 0 11 0;