-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdkliverev~.pd
37 lines (37 loc) · 1.07 KB
/
dkliverev~.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
#N canvas 592 391 1290 746 12;
#X text 64 41 argts: max time to reverse \, max reverser voices;
#X obj 274 489 delwrite~ \$0-dkliverev_del \$1;
#X obj 279 132 inlet~;
#X obj 388 132 inlet;
#X text 438 134 float trigger (ms chunk to reverse);
#X text 112 63 (max time = 2 * ms chunk/rate);
#X obj 388 156 t b f, f 20;
#X obj 384 225 dkvanctr \$2;
#X obj 765 122 inlet;
#X msg 769 189 all ramp \$1;
#X msg 799 228 all rate \$1;
#X obj 384 280 pack f f;
#X obj 765 146 route ramp rate clear;
#X msg 869 181 clear;
#X text 20 10 dkliverev~ - live reverser;
#X obj 372 588 outlet~;
#X text 1067 43 derek kwan;
#X text 1067 58 pdkvabs 2018;
#X text 1069 74 gpl v 3;
#X text 344 103 input~;
#X text 477 37 inlets: input \, float trigger \, messages;
#X obj 375 388 clone -x util/dkliverev_voice~ \$2 \$0;
#X connect 2 0 1 0;
#X connect 3 0 6 0;
#X connect 6 0 7 0;
#X connect 6 1 11 1;
#X connect 7 0 11 0;
#X connect 8 0 12 0;
#X connect 9 0 21 1;
#X connect 10 0 21 1;
#X connect 11 0 21 0;
#X connect 12 0 9 0;
#X connect 12 1 10 0;
#X connect 12 2 13 0;
#X connect 13 0 1 0;
#X connect 21 0 15 0;