aboutsummaryrefslogtreecommitdiff
path: root/Gem/examples/13.recursion/nrepeat.pd
blob: 27614608eeace948165633cec5de153348b5ed41 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#N canvas 6 61 413 451 10;
#X declare -path zexy -lib zexy;
#X obj 78 26 inlet;
#X obj 78 60 t b a b;
#X obj 131 121 repeat \$1;
#X obj 189 24 inlet;
#X obj 92 239 stack;
#X msg 122 192 0;
#X msg 146 239 0;
#X obj 78 192 t b b;
#X obj 131 142 t a b;
#X obj 161 193 t b b;
#X msg 176 240 1;
#X obj 92 267 list prepend;
#X obj 92 295 route 0 1;
#X text 86 312 nop;
#X obj 121 321 t f f;
#X obj 236 195 + 1;
#X obj 121 361 outlet;
#X obj 10 205 outlet;
#X obj 187 298 print nrepeat-stack-underflow;
#X obj 187 328 print nrepeat-internal-error;
#X text 119 24 repeatee;
#X text 233 23 count;
#X text 8 225 repeated;
#X text 119 381 counter;
#X text 30 419 nrepeat.pd (GPL) <claude@mathr.co.uk>;
#X obj 227 386 declare -path zexy -lib zexy;
#X connect 0 0 1 0;
#X connect 1 0 7 0;
#X connect 1 1 2 0;
#X connect 1 2 5 0;
#X connect 2 0 8 0;
#X connect 3 0 2 1;
#X connect 4 0 11 0;
#X connect 4 1 18 0;
#X connect 5 0 4 1;
#X connect 6 0 11 1;
#X connect 7 0 4 0;
#X connect 7 1 6 0;
#X connect 8 0 17 0;
#X connect 8 1 9 0;
#X connect 9 0 4 0;
#X connect 9 1 10 0;
#X connect 10 0 11 1;
#X connect 11 0 12 0;
#X connect 12 1 14 0;
#X connect 12 2 19 0;
#X connect 14 0 16 0;
#X connect 14 1 15 0;
#X connect 15 0 4 1;