From 577ac6e80ff4f436fbd054291ed7dddbc31bd49a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 18 May 2004 21:33:33 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r1738, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/iemlib/; revision=1739 --- iemabs/lp2c~.pd | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 iemabs/lp2c~.pd (limited to 'iemabs/lp2c~.pd') diff --git a/iemabs/lp2c~.pd b/iemabs/lp2c~.pd new file mode 100644 index 0000000..213d159 --- /dev/null +++ b/iemabs/lp2c~.pd @@ -0,0 +1,37 @@ +#N canvas 400 218 405 377 10; +#X obj 22 42 inlet~; +#X obj 56 63 inlet; +#X obj 22 194 outlet~; +#X text 15 326 (c) musil@iem.kug.ac.at; +#X text 57 339 IEM KUG; +#X text 62 42 ~signal_in~; +#X text 93 64 cutoff_frequency [Hz]; +#X obj 91 87 inlet; +#X text 195 136 interpolation_time [ms]; +#X text 32 176 ~filtered signal_out~; +#X obj 126 111 inlet; +#X text 32 351 graz \, austria 2001; +#X text 12 8 lp2c~; +#X text 60 8 lowpass 2.order for filter-cascades; +#X obj 161 136 inlet; +#X text 127 87 damping [-]; +#X text 162 111 frequency-shift [-]; +#X obj 22 157 filter~ lp2c \$1 \$2 \$3 \$4; +#X obj 56 211 outlet; +#X obj 88 236 outlet; +#X obj 119 255 outlet; +#X obj 161 274 outlet; +#X text 129 235 dummy; +#X text 159 254 dummy; +#X text 128 190 1.arg: cutoff_frequency [Hz]; +#X text 128 199 2.arg: damping [-]; +#X text 128 208 3.arg: frequency-shift [-]; +#X text 128 218 4.arg: interpolation_time [ms] (opt.); +#X connect 0 0 17 0; +#X connect 1 0 17 1; +#X connect 1 0 18 0; +#X connect 7 0 17 2; +#X connect 10 0 17 3; +#X connect 14 0 17 4; +#X connect 14 0 21 0; +#X connect 17 0 2 0; -- cgit v1.2.1