-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdkfbdel~.pd
60 lines (60 loc) · 1.43 KB
/
dkfbdel~.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
#N canvas 344 165 1385 499 12;
#X obj 378 209 delwrite~ \$0-dkfbdellop \$1;
#X obj 630 195 delread~ \$0-dkfbdellop \$2;
#X obj 398 64 inlet~;
#X obj 361 141 +~;
#X obj 495 426 outlet~;
#X obj 681 51 inlet;
#X text 733 54 feedback;
#X obj 818 46 inlet;
#X obj 866 291 f \$4;
#X text 873 47 dry;
#X obj 956 50 inlet;
#X text 1009 47 wet;
#X obj 916 223 loadbang;
#X text 908 264 dry;
#X msg 866 341 1;
#X obj 474 352 *~ 1;
#X obj 539 268 *~ \$3;
#X text 12 33 simple delay with fb;
#X text 13 144 ARGS:;
#X text 13 166 maxdelay/deltime/fb/dry(*1)/wet(*0.5);
#X text 10 105 * = defaults;
#X text 22 228 INLETS:;
#X text 464 64 input;
#X obj 539 53 inlet;
#X text 570 26 delaytime;
#X text 24 254 input/delaytimee/fb/dry/wet;
#X text 15 330 OUTLETS:;
#X text 17 353 signal~;
#X text 1157 17 derek kwan 2017;
#X text 1163 60 gpl v 3;
#X text 14 10 dkfbdel~;
#X obj 1002 306 f \$5;
#X obj 1002 331 moses 1e-30;
#X obj 866 316 moses 1e-30;
#X obj 654 378 *~ 0.5;
#X text 1163 38 pdkvabs;
#X msg 1002 356 1;
#X connect 1 0 16 0;
#X connect 1 0 34 0;
#X connect 2 0 3 0;
#X connect 2 0 15 0;
#X connect 3 0 0 0;
#X connect 5 0 16 1;
#X connect 7 0 15 1;
#X connect 8 0 33 0;
#X connect 10 0 34 1;
#X connect 12 0 8 0;
#X connect 12 0 31 0;
#X connect 14 0 15 1;
#X connect 15 0 4 0;
#X connect 16 0 3 1;
#X connect 23 0 1 0;
#X connect 31 0 32 0;
#X connect 32 0 36 0;
#X connect 32 1 34 1;
#X connect 33 0 14 0;
#X connect 33 1 15 1;
#X connect 34 0 4 0;
#X connect 36 0 34 1;