-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpdkl-rgate.pd
45 lines (45 loc) · 1.12 KB
/
pdkl-rgate.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
#N canvas 898 166 805 819 12;
#X obj 462 99 iemguts/canvasargs;
#X obj 456 30 loadbang;
#X obj 596 32 inlet;
#X obj 308 249 list store, f 30;
#X obj 282 40 inlet;
#X msg 302 208 get \$1 1;
#X obj 281 495 spigot;
#X obj 371 347 random 100000;
#X obj 369 393 / 1000;
#X obj 373 447 <;
#X obj 399 658 outlet;
#X obj 278 658 outlet;
#X obj 544 659 outlet;
#X text 570 628 out of range;
#X text 418 628 elt num;
#X obj 264 164 t f f;
#X obj 364 292 t b f;
#X obj 281 519 t b f, f 17;
#X text 25 19 pdkl-wrgate;
#X text 2 49 weighted random gate given weights;
#X text 126 21 (needs iemguts for now);
#X text 4 121 inlet: elt num \, weights;
#X text 6 159 outlet: bang \, elt num \, out of range;
#X text 303 632 trig;
#X text 647 78 pdklist;
#X text 651 101 gpl v 3;
#X text 646 55 Derek Kwan 2019;
#X connect 0 0 3 1;
#X connect 1 0 0 0;
#X connect 2 0 3 1;
#X connect 3 0 16 0;
#X connect 3 1 12 0;
#X connect 4 0 15 0;
#X connect 5 0 3 0;
#X connect 6 0 17 0;
#X connect 7 0 8 0;
#X connect 8 0 9 0;
#X connect 9 0 6 1;
#X connect 15 0 6 0;
#X connect 15 1 5 0;
#X connect 16 0 7 0;
#X connect 16 1 9 1;
#X connect 17 0 11 0;
#X connect 17 1 10 0;