-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtc.pd
31 lines (31 loc) · 791 Bytes
/
tc.pd
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
#N canvas 109 172 579 326 10;
#X obj 72 62 inlet;
#X obj 243 254 outlet~;
#X obj 187 254 outlet;
#X obj 308 62 inlet;
#X obj 307 138 upp.once;
#X obj 72 89 t a b;
#X obj 72 182 upp.delay~;
#X obj 72 156 \$1 \$2 \$3 \$4 \$5 \$6 \$7 \$8 \$9;
#X text 366 17 grrrr.org 2012-2018;
#X text 306 44 tag delay(samples) other args;
#X text 71 44 tag delay(samples) other args;
#X obj 72 135 upp._extract 1;
#X obj 308 88 upp._extract 1;
#X obj 307 161 route bang float;
#X obj 353 190 f;
#X connect 0 0 5 0;
#X connect 3 0 12 0;
#X connect 4 0 13 0;
#X connect 5 0 11 0;
#X connect 5 1 4 1;
#X connect 6 0 1 0;
#X connect 7 0 6 0;
#X connect 7 1 4 0;
#X connect 11 0 7 0;
#X connect 11 1 6 1;
#X connect 12 0 7 1;
#X connect 12 1 14 1;
#X connect 13 0 14 0;
#X connect 13 1 14 0;
#X connect 14 0 2 0;