aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/pd/ex-thread1.pd
diff options
context:
space:
mode:
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;