aboutsummaryrefslogtreecommitdiff
path: root/doc/help/cyclone/lores~-help.pd
blob: 76a23499df6956e9c62c5b12943a90e47ff22127 (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
30
31
32
33
34
35
36
37
38
#N canvas 1511 350 600 410 10;
#X declare -lib cyclone;
#X text 10 2 Low-pass filter with resonance;
#X msg 255 149 200 \, 2000 500 200 1000;
#X floatatom 211 201 0 0 0 0 - - -;
#X floatatom 119 150 0 0 0 0 - - -;
#X msg 119 175 \$1 30;
#X obj 119 199 line~ 200;
#X obj 27 321 dac~;
#X obj 27 285 *~ 0.15;
#X obj 27 125 phasor~ 150;
#X text 17 25 lores~ implements a cheap lowpass with an adjustment
that lets you add the resonance you've been looking for. The middle
inlet sets a kind of cutoff frequency \, but the sharpness of the filter
depends on the resonance. 0 is a little bit sharp and 1 as sharp as
you're going to get.;
#X text 128 230 frequency;
#X text 36 230 input;
#X text 209 312 A special shout out to Jean Laroche for the formula.
;
#X text 219 226 resonance (signal or float);
#X text 27 106 harmonically rich input source;
#X text 36 263 output;
#X text 225 248 arguments for initial cutoff frequency (default 0)
and resonance (default 0);
#X text 114 134 set cutoff frequency;
#X text 256 134 filter sweep;
#X obj 393 31 import cyclone;
#X obj 27 244 lores~ 200 0.75;
#X connect 1 0 5 0;
#X connect 2 0 20 2;
#X connect 3 0 4 0;
#X connect 4 0 5 0;
#X connect 5 0 20 1;
#X connect 7 0 6 0;
#X connect 7 0 6 1;
#X connect 8 0 20 0;
#X connect 20 0 7 0;