This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
hv.filter.gain-help.pd
79 lines (79 loc) · 2.27 KB
/
hv.filter.gain-help.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
#N canvas 53 23 808 755 10;
#X obj 42 171 noise~;
#X obj 42 193 *~ 0.05;
#X obj 403 37 hv.filters/spectrolog;
#X text 50 96 Available filters:;
#X text 31 57 Includes signal-rate coefficient updating to avoid clicks
when sweeping the controls.;
#X text 31 19 Generic filter module with swappable filter types and
frequency \, Q and gain settings.;
#X text 100 152 peak;
#X obj 31 417 hv.filter.gain lowshelf 1000 2;
#X text 100 132 lowshelf;
#X text 100 112 highshelf;
#X obj 403 283 hv.filters/spectrolog;
#X obj 405 531 hv.filters/spectrolog;
#X obj 403 12 r~ \$0-lowshelf;
#X obj 403 258 r~ \$0-highshelf;
#X obj 405 506 r~ \$0-peak;
#X obj 31 445 s~ \$0-lowshelf;
#X obj 42 215 s~ \$0-noise;
#X obj 31 389 r~ \$0-noise;
#X obj 108 389 r \$0-freq;
#X obj 172 389 r \$0-q;
#X obj 219 389 r \$0-gain;
#X obj 210 108 r freq @hv_param 1 128 50;
#X obj 213 131 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144
-1 -1 9300 1;
#X obj 210 151 mtof;
#X obj 210 173 s \$0-freq;
#X obj 213 227 hsl 128 15 0.1 100 0 0 empty empty empty -2 -8 0 10
-262144 -1 -1 500 1;
#X obj 210 204 r q @hv_param 0.1 100 1;
#X obj 210 249 s \$0-q;
#X obj 213 304 hsl 128 15 -24 24 0 0 empty empty empty -2 -8 0 10 -262144
-1 -1 6800 1;
#X obj 210 281 r gain @hv_param -24 24 0;
#X obj 210 326 s \$0-gain;
#X obj 31 509 r~ \$0-noise;
#X obj 108 509 r \$0-freq;
#X obj 172 509 r \$0-q;
#X obj 219 509 r \$0-gain;
#X obj 31 639 r~ \$0-noise;
#X obj 108 639 r \$0-freq;
#X obj 172 639 r \$0-q;
#X obj 219 639 r \$0-gain;
#X text 31 366 // lowshelf;
#X text 32 488 // highshelf;
#X text 33 615 // peaking eq;
#X obj 31 667 hv.filter.gain peak 1000 2;
#X obj 31 695 s~ \$0-peak;
#X obj 31 565 s~ \$0-highshelf;
#X obj 31 537 hv.filter.gain highshelf 1000 2;
#X connect 0 0 1 0;
#X connect 1 0 16 0;
#X connect 7 0 15 0;
#X connect 12 0 2 0;
#X connect 13 0 10 0;
#X connect 14 0 11 0;
#X connect 17 0 7 0;
#X connect 18 0 7 1;
#X connect 19 0 7 2;
#X connect 20 0 7 3;
#X connect 21 0 22 0;
#X connect 22 0 23 0;
#X connect 23 0 24 0;
#X connect 25 0 27 0;
#X connect 26 0 25 0;
#X connect 28 0 30 0;
#X connect 29 0 28 0;
#X connect 31 0 45 0;
#X connect 32 0 45 1;
#X connect 33 0 45 2;
#X connect 34 0 45 3;
#X connect 35 0 42 0;
#X connect 36 0 42 1;
#X connect 37 0 42 2;
#X connect 38 0 42 3;
#X connect 42 0 43 0;
#X connect 45 0 44 0;