aboutsummaryrefslogtreecommitdiff
path: root/iemabs/lp2c_d~.pd
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2008-12-11 19:47:25 +0000
committermusil <tmusil@users.sourceforge.net>2008-12-11 19:47:25 +0000
commitd72ba111d34ba1a2eced36c4437b26d44c7eb807 (patch)
treea39bab078a3e560ca0c14b43a02553c71e94cb04 /iemabs/lp2c_d~.pd
parentf880e7082f1ee1bc081ca98c031eb959a355e576 (diff)
single or double precision for filter~, lp1_d~ lp10_butt_d~
svn path=/trunk/externals/iemlib/; revision=10447
Diffstat (limited to 'iemabs/lp2c_d~.pd')
-rw-r--r--iemabs/lp2c_d~.pd40
1 files changed, 40 insertions, 0 deletions
diff --git a/iemabs/lp2c_d~.pd b/iemabs/lp2c_d~.pd
new file mode 100644
index 0000000..6b7b9f8
--- /dev/null
+++ b/iemabs/lp2c_d~.pd
@@ -0,0 +1,40 @@
+#N canvas 400 218 417 389 10;
+#X obj 22 42 inlet~;
+#X obj 56 63 inlet;
+#X obj 22 194 outlet~;
+#X text 62 42 ~signal_in~;
+#X text 93 64 <float> cutoff_frequency [Hz];
+#X obj 91 87 inlet;
+#X text 195 136 <float> interpolation_time [ms];
+#X text 32 176 ~filtered signal_out~;
+#X obj 126 111 inlet;
+#X text 12 8 lp2c~;
+#X text 60 8 lowpass 2.order for filter-cascades;
+#X obj 161 136 inlet;
+#X text 127 87 <float> damping [-];
+#X text 162 111 <float> frequency-shift [-];
+#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: <float> cutoff_frequency [Hz];
+#X text 128 199 2.arg: <float> damping [-];
+#X text 128 208 3.arg: <float> frequency-shift [-];
+#X text 128 218 4.arg: <float> interpolation_time [ms] (opt.);
+#X text 176 325 IEM KUG;
+#X text 160 313 musil;
+#X text 190 313 @;
+#X text 196 313 iem.at;
+#X text 111 302 (c) Thomas Musil 2000 - 2005;
+#X text 159 335 Graz \, Austria;
+#X obj 22 157 filter~ dlp2c \$1 \$2 \$3 \$4;
+#X connect 0 0 30 0;
+#X connect 1 0 14 0;
+#X connect 1 0 30 1;
+#X connect 5 0 30 2;
+#X connect 8 0 30 3;
+#X connect 11 0 17 0;
+#X connect 11 0 30 4;
+#X connect 30 0 2 0;