-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpdkl-ref.pd
50 lines (50 loc) · 1.12 KB
/
pdkl-ref.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#N canvas 671 190 902 752 12;
#X obj 324 283 list split 1;
#X obj 242 60 inlet;
#X obj 324 308 outlet;
#X obj 478 98 moses 0;
#X obj 451 14 inlet;
#X obj 361 86 f \$1;
#X obj 362 18 loadbang;
#X obj 285 228 list split 0;
#X obj 361 119 moses 0.1;
#X text 15 42 get nth entry;
#X text 12 111 INLETS:;
#X text 18 170 ARGS:;
#X text 729 72 gpl v 3;
#X text 727 22 Derek Kwan 2017;
#X text 729 46 pdklist;
#X text 11 264 OUTLET:;
#X text 13 286 output;
#X text 16 9 pdkl-ref;
#X text 17 133 list/nth/eltsize;
#X text 14 195 nth/eltsize;
#X obj 598 65 f \$2;
#X obj 598 90 moses 1;
#X msg 598 115 1;
#X obj 605 32 inlet;
#X obj 470 206 * 1;
#X obj 362 43 t b b;
#X obj 579 137 t b f;
#X text 236 29 input;
#X text 503 6 nth;
#X text 608 9 elt size;
#X connect 0 0 2 0;
#X connect 1 0 7 0;
#X connect 3 1 24 0;
#X connect 4 0 3 0;
#X connect 5 0 8 0;
#X connect 6 0 25 0;
#X connect 7 1 0 0;
#X connect 8 1 3 0;
#X connect 20 0 21 0;
#X connect 21 0 22 0;
#X connect 21 1 26 0;
#X connect 22 0 26 0;
#X connect 23 0 20 0;
#X connect 24 0 7 1;
#X connect 25 0 5 0;
#X connect 25 1 20 0;
#X connect 26 0 24 0;
#X connect 26 1 24 1;
#X connect 26 1 0 1;