blob: a0ebba9df8110ad2e60da136653c81f7380e2288 (
plain)
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
|
#N canvas 216 218 445 485 10;
#X obj 20 48 inlet~;
#X obj 20 358 outlet~;
#X text 12 402 (c) musil@iem.kug.ac.at;
#X text 54 415 IEM KUG;
#X text 69 47 ~signal_in~;
#X text 30 326 ~filtered signal_out~;
#X text 136 353 no arg.;
#X obj 64 77 inlet~;
#X obj 147 104 inlet~;
#X text 193 104 <signal> Q [-];
#X text 110 78 <signal> cutoff_frequency [Hz];
#X text 168 19 for frequency and Q;
#X text 29 427 graz \, austria 2003;
#X text 12 8 vcf_hp4~;
#X text 136 7 highpass 4.order with signal-inlets;
#X obj 20 270 vcf_filter~ hp2;
#X obj 20 307 vcf_filter~ hp2;
#X obj 63 217 iem_cot4~;
#X obj 148 132 iem_sqrt4~;
#X connect 0 0 15 0;
#X connect 7 0 17 0;
#X connect 8 0 18 0;
#X connect 15 0 16 0;
#X connect 16 0 1 0;
#X connect 17 0 15 1;
#X connect 17 0 16 1;
#X connect 18 0 15 2;
#X connect 18 0 16 2;
|