aboutsummaryrefslogtreecommitdiff
path: root/Gem/examples/13.recursion/nnrepeat.pd
blob: c0e89d17e938cf5383291c700bf3e363b5c262a2 (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
#N canvas 0 0 400 328 10;
#X obj 61 94 nrepeat \$1;
#X obj 136 21 inlet;
#X text 178 21 count;
#X obj 27 20 inlet;
#X text 68 21 repeatee;
#X obj 88 175 stack;
#X obj 61 136 t b a;
#X obj 126 137 t f f;
#X obj 25 262 outlet;
#X text 75 263 count;
#X obj 132 263 outlet;
#X text 182 264 repeated;
#X obj 256 263 outlet;
#X text 311 265 count;
#X obj 132 209 print nnrepeat-internal-error;
#X text 23 295 nnrepeat.pd (GPL) <claude@mathr.co.uk>;
#X connect 0 0 6 0;
#X connect 0 1 7 0;
#X connect 1 0 0 1;
#X connect 3 0 0 0;
#X connect 5 0 8 0;
#X connect 5 1 14 0;
#X connect 6 0 5 0;
#X connect 6 1 10 0;
#X connect 7 0 12 0;
#X connect 7 1 5 1;