-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpdkl-intersp.pd
49 lines (49 loc) · 1.17 KB
/
pdkl-intersp.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
#N canvas 423 169 974 727 12;
#X obj 223 296 t a b;
#X obj 211 353 list append;
#X obj 430 301 list;
#X obj 430 326 t l l;
#X obj 473 374 list length;
#X obj 231 463 list split;
#X obj 251 87 t a a b;
#X obj 270 134 list length;
#X obj 337 516 -;
#X obj 338 472 * 1;
#X obj 423 433 + 1;
#X obj 473 399 t f f;
#X obj 413 37 inlet;
#X obj 245 44 inlet;
#X text 629 76 pdklist;
#X text 628 101 gpl v 3;
#X text 629 47 Derek Kwan 2020;
#X text 394 78 thing to intersperse;
#X text 249 19 input list;
#X text 17 35 pdkl-intersp;
#X text 16 73 intersperse things within a list;
#X text 9 130 args: none;
#X text 4 158 inlets: input list \, intersperser;
#X text 6 193 outlets: output list;
#X obj 226 220 pdkl-drip 1;
#X obj 228 416 pdkl-fill;
#X obj 231 526 outlet;
#X connect 0 0 1 0;
#X connect 1 0 25 0;
#X connect 2 0 3 0;
#X connect 3 0 1 1;
#X connect 3 1 4 0;
#X connect 4 0 11 0;
#X connect 5 0 26 0;
#X connect 6 0 24 0;
#X connect 6 1 7 0;
#X connect 6 2 25 2;
#X connect 7 0 9 0;
#X connect 8 0 5 1;
#X connect 9 0 8 0;
#X connect 10 0 9 1;
#X connect 11 0 10 0;
#X connect 11 1 8 1;
#X connect 12 0 2 0;
#X connect 13 0 6 0;
#X connect 24 0 0 0;
#X connect 24 2 25 1;
#X connect 25 0 5 0;