comparison projects/heavy/pd/hello-midi/countTo.pd @ 228:a0a7f00cf98d mergingClockSync

Fixed midi-heavy: stray [spigot]
author Giulio Moro <giuliomoro@yahoo.it>
date Fri, 08 Apr 2016 22:26:44 +0100
parents e90df8c5669f
children
comparison
equal deleted inserted replaced
227:97f5219429b3 228:a0a7f00cf98d
1 #N canvas 586 250 450 300 10; 1 #N canvas 584 255 450 300 10;
2 #X obj 65 196 outlet; 2 #X obj 65 196 outlet;
3 #X obj 98 8 inlet; 3 #X obj 98 8 inlet;
4 #X text 189 49 counts from 0 to the given number -1; 4 #X text 189 49 counts from 0 to the given number -1;
5 #X text 214 95 inlet:N; 5 #X text 214 95 inlet:N;
6 #X text 212 112 outlet: 0 \, 1 \, 2 \, ... \, N-1; 6 #X text 212 112 outlet: 0 \, 1 \, 2 \, ... \, N-1;
7 #X obj 143 61 f; 7 #X obj 143 61 f;
8 #X obj 100 138 spigot; 8 #X obj 100 138 spigot;
9 #X obj 129 89 <; 9 #X obj 129 89 <;
10 #X obj 129 113 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1 10 #X obj 129 113 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
11 1; 11 1;
12 #X obj 95 28 t b f b; 12 #X obj 95 28 t b f b;
13 #X obj 92 74 + 1; 13 #X obj 92 74 + 1;
14 #X obj 43 73 f, f 4; 14 #X obj 43 73 f;
15 #X obj 63 104 t b f f f; 15 #X obj 63 104 t b f f f;
16 #X obj 143 155 spigot;
17 #X msg 92 53 0; 16 #X msg 92 53 0;
18 #X obj 16 144 delay 0; 17 #X obj 16 144 delay 0;
19 #X connect 1 0 9 0; 18 #X connect 1 0 9 0;
20 #X connect 5 0 7 1; 19 #X connect 5 0 7 1;
21 #X connect 6 0 11 0; 20 #X connect 6 0 11 0;
22 #X connect 7 0 8 0; 21 #X connect 7 0 8 0;
23 #X connect 8 0 6 1; 22 #X connect 8 0 6 1;
24 #X connect 9 0 11 0; 23 #X connect 9 0 11 0;
25 #X connect 9 1 5 0; 24 #X connect 9 1 5 0;
26 #X connect 9 1 14 0; 25 #X connect 9 1 13 0;
27 #X connect 10 0 11 1; 26 #X connect 10 0 11 1;
28 #X connect 11 0 12 0; 27 #X connect 11 0 12 0;
29 #X connect 12 0 15 0; 28 #X connect 12 0 14 0;
30 #X connect 12 1 0 0; 29 #X connect 12 1 0 0;
31 #X connect 12 2 7 0; 30 #X connect 12 2 7 0;
32 #X connect 12 3 10 0; 31 #X connect 12 3 10 0;
33 #X connect 14 0 11 1; 32 #X connect 13 0 11 1;
34 #X connect 15 0 6 0; 33 #X connect 14 0 6 0;