-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtap_vibrato~.pd
48 lines (48 loc) · 1.14 KB
/
tap_vibrato~.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
#N canvas 0 0 1600 849 10;
#X obj 42 128 inlet~;
#X obj 164 70 inlet;
#X msg 144 120 control #1 \$1;
#X obj 231 222 outlet~;
#X msg 233 120 control #2 \$1;
#X msg 322 120 control #3 \$1;
#X obj 200 70 lb \$2 20;
#X obj 254 70 inlet;
#X obj 350 70 inlet;
#X obj 439 70 inlet;
#X msg 411 120 control #4 \$1;
#X msg 327 155 info;
#X obj 144 159 plugin~ tap_vibrato;
#X obj 144 101 clip 0 30;
#X obj 116 70 lb \$1 8;
#X text 115 57 freq (Hz);
#X obj 233 101 clip 0 20;
#X text 205 57 depth (%);
#X text 294 57 dry level (dB);
#X text 394 57 wet level (dB);
#X obj 339 193 outlet;
#X obj 385 191 print tap_vibrato;
#X obj 290 70 lb \$3 -90;
#X obj 391 70 lb \$4 0;
#X obj 411 101 clip -90 20;
#X obj 322 101 clip -90 20;
#X connect 0 0 12 1;
#X connect 1 0 13 0;
#X connect 2 0 12 0;
#X connect 4 0 12 0;
#X connect 5 0 12 0;
#X connect 6 0 16 0;
#X connect 7 0 16 0;
#X connect 8 0 25 0;
#X connect 9 0 24 0;
#X connect 10 0 12 0;
#X connect 11 0 12 0;
#X connect 12 0 20 0;
#X connect 12 0 21 0;
#X connect 12 1 3 0;
#X connect 13 0 2 0;
#X connect 14 0 13 0;
#X connect 16 0 4 0;
#X connect 22 0 25 0;
#X connect 23 0 24 0;
#X connect 24 0 10 0;
#X connect 25 0 5 0;