aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/pd/ex-thread1.pd
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2002-10-22 23:07:10 +0000
committerThomas Grill <xovo@users.sourceforge.net>2002-10-22 23:07:10 +0000
commitd62e56f4df9594f72ce501f5e19c974fd18e7295 (patch)
tree635d4af7a7c2425098e60ca277086ec436b617f7 /externals/grill/flext/tutorial/pd/ex-thread1.pd
parentc6f373c281ecb5cd1f4aa7a070e15cc61ab8793c (diff)
This commit was generated by cvs2svn to compensate for changes in r186,
which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=187
Diffstat (limited to 'externals/grill/flext/tutorial/pd/ex-thread1.pd')
-rw-r--r--externals/grill/flext/tutorial/pd/ex-thread1.pd34
1 files changed, 34 insertions, 0 deletions
diff --git a/externals/grill/flext/tutorial/pd/ex-thread1.pd b/externals/grill/flext/tutorial/pd/ex-thread1.pd
new file mode 100644
index 00000000..6358406c
--- /dev/null
+++ b/externals/grill/flext/tutorial/pd/ex-thread1.pd
@@ -0,0 +1,34 @@
+#N canvas 105 266 672 310 12;
+#X obj 54 29 bng 25 250 50 0 empty empty start 0 -6 0 8 -258699 -1
+-1;
+#X floatatom 54 216 8 0 0;
+#X obj 54 182 thread1;
+#X floatatom 145 218 8 0 0;
+#X obj 145 184 thread1;
+#X floatatom 235 219 8 0 0;
+#X obj 235 185 thread1;
+#X floatatom 327 219 8 0 0;
+#X obj 327 185 thread1;
+#X floatatom 420 219 8 0 0;
+#X obj 420 185 thread1;
+#X obj 146 123 delay 200;
+#X obj 235 122 delay 200;
+#X obj 328 124 delay 200;
+#X obj 419 123 delay 200;
+#X text 93 23 click to start;
+#X text 141 41 (if you click twice \, the same thread is started a
+second time);
+#X connect 0 0 2 0;
+#X connect 0 0 11 0;
+#X connect 2 0 1 0;
+#X connect 4 0 3 0;
+#X connect 6 0 5 0;
+#X connect 8 0 7 0;
+#X connect 10 0 9 0;
+#X connect 11 0 4 0;
+#X connect 11 0 12 0;
+#X connect 12 0 6 0;
+#X connect 12 0 13 0;
+#X connect 13 0 8 0;
+#X connect 13 0 14 0;
+#X connect 14 0 10 0;