-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpdkl-cup.pd
66 lines (66 loc) · 1.51 KB
/
pdkl-cup.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
63
64
65
66
#N canvas 495 169 1122 412 12;
#X obj 240 99 until;
#X obj 200 141 f 0;
#X obj 309 138 + 1;
#X obj 763 130 moses 1;
#X msg 762 161 1;
#X obj 268 243 sel 1;
#X obj 255 47 t b b b, f 22;
#X obj 312 178 t f f;
#X obj 192 174 t f f, f 6;
#X obj 193 344 outlet;
#X obj 257 15 inlet;
#X text 306 10 trigger;
#X obj 673 13 inlet;
#X text 726 8 upper-lim;
#X obj 763 94 f \$2;
#X obj 472 28 inlet;
#X text 469 7 lower-lim;
#X text 842 115 upper-limit default;
#X obj 465 162 expr min($f1 \, $f2) \; max($f1+1 \, $f2);
#X obj 474 83 f \$1;
#X obj 571 12 loadbang;
#X obj 568 49 t b b;
#X msg 465 203 set \$1;
#X msg 337 91 0;
#X text 11 38 makes list counting up;
#X text 17 85 INLETS:;
#X text 15 108 trig/lower/upper;
#X text 14 202 ARGS:;
#X text 11 225 lower/upper;
#X text 1026 56 gpl v 3;
#X obj 664 49 t b f;
#X text 969 9 Derek Kwan 2017;
#X text 1028 33 pdklist;
#X text 10 11 PDKL-CUP;
#X obj 193 319 pdkl-fill;
#X connect 0 0 1 0;
#X connect 1 0 8 0;
#X connect 2 0 7 0;
#X connect 3 0 4 0;
#X connect 3 1 18 1;
#X connect 4 0 18 1;
#X connect 5 0 0 1;
#X connect 5 0 34 1;
#X connect 6 0 0 0;
#X connect 6 1 23 0;
#X connect 6 2 34 2;
#X connect 7 0 5 0;
#X connect 7 1 1 1;
#X connect 8 0 2 0;
#X connect 8 1 34 0;
#X connect 10 0 6 0;
#X connect 12 0 30 0;
#X connect 14 0 3 0;
#X connect 15 0 19 0;
#X connect 18 0 22 0;
#X connect 18 1 5 1;
#X connect 19 0 18 0;
#X connect 20 0 21 0;
#X connect 21 0 19 0;
#X connect 21 1 14 0;
#X connect 22 0 23 0;
#X connect 23 0 1 1;
#X connect 30 0 18 0;
#X connect 30 1 18 1;
#X connect 34 0 9 0;