aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/pd/ex-thread1.pd
blob: 6358406c289081d77cfdd5c3deaca94b696cb0ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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;