-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpdkl-rpt2.pd
62 lines (62 loc) · 1.52 KB
/
pdkl-rpt2.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
51
52
53
54
55
56
57
58
59
60
61
62
#N canvas 436 278 1222 706 12;
#X obj 203 99 inlet;
#X obj 683 403 list length;
#X obj 642 496 clip 0 1;
#X obj 683 455 - 1;
#X obj 218 387 list;
#X obj 232 309 until;
#X obj 472 91 inlet;
#X obj 451 135 list;
#X obj 442 235 list split 3;
#X obj 464 179 list;
#X obj 538 405 unpack f f f;
#X text 549 246 elt idx/num of elts/rpt num;
#X obj 554 500 clip 1 1;
#X obj 232 334 t b b;
#X obj 212 162 t b l l b b;
#X obj 453 618 outlet;
#X text 13 16 pdkl-rpt2;
#X text 10 39 a more sophisticated repeater;
#X text 16 103 ARGS:;
#X text 13 127 none;
#X text 5 210 INLETS:;
#X text 8 233 input list/spec list;
#X text 29 311 OUTLETS:;
#X text 26 343 output list;
#X text 30 444 SPEC LIST:;
#X text 24 469 3 int entries of;
#X text 27 491 - elt idx to rpt (idx 0);
#X text 27 513 - number of elts to rpt;
#X text 29 539 - number of times to rpt;
#X text 1009 5 derek kwan 2017;
#X text 1010 28 pdklist;
#X text 1009 53 gpl v 3;
#X obj 438 544 pdkl-rpt1 1, f 31;
#X obj 449 590 pdkl-fill, f 21;
#X connect 0 0 14 0;
#X connect 1 0 3 0;
#X connect 1 0 12 2;
#X connect 2 0 32 3;
#X connect 3 0 2 2;
#X connect 4 0 32 0;
#X connect 5 0 13 0;
#X connect 6 0 7 1;
#X connect 7 0 9 1;
#X connect 8 0 10 0;
#X connect 8 1 9 1;
#X connect 8 2 5 1;
#X connect 8 2 33 1;
#X connect 9 0 8 0;
#X connect 10 0 2 0;
#X connect 10 1 12 0;
#X connect 10 2 32 1;
#X connect 12 0 32 2;
#X connect 13 0 4 0;
#X connect 13 1 9 0;
#X connect 14 0 5 0;
#X connect 14 1 4 1;
#X connect 14 2 1 0;
#X connect 14 3 33 2;
#X connect 14 4 7 0;
#X connect 32 0 33 0;
#X connect 33 0 15 0;