diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-05-18 21:33:33 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-05-18 21:33:33 +0000 |
commit | 577ac6e80ff4f436fbd054291ed7dddbc31bd49a (patch) | |
tree | 6ec69b216dda68d7de38a5eba1851b9d4f1431e6 /iemabs/lp1c~.pd |
This commit was generated by cvs2svn to compensate for changes in r1738,svn2git-root
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/externals/iemlib/; revision=1739
Diffstat (limited to 'iemabs/lp1c~.pd')
-rw-r--r-- | iemabs/lp1c~.pd | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/iemabs/lp1c~.pd b/iemabs/lp1c~.pd new file mode 100644 index 0000000..abee620 --- /dev/null +++ b/iemabs/lp1c~.pd @@ -0,0 +1,35 @@ +#N canvas 406 261 393 353 10; +#X obj 22 42 inlet~; +#X obj 55 66 inlet; +#X obj 22 194 outlet~; +#X text 11 297 (c) musil@iem.kug.ac.at; +#X text 53 310 IEM KUG; +#X text 62 42 ~signal_in~; +#X text 92 67 <float> cutoff_frequency [Hz]; +#X text 189 134 <float> interpolation_time [ms]; +#X text 32 176 ~filtered signal_out~; +#X obj 88 93 inlet; +#X text 28 322 graz \, austria 2001; +#X obj 155 134 inlet; +#X text 124 93 <float> frequency-shift [-]; +#X text 12 8 lp1c~; +#X text 60 8 lowpass 1.order for filter-cascades; +#X obj 22 157 filter~ lp1c \$1 \$2 1 \$3; +#X obj 55 214 outlet; +#X obj 86 232 outlet; +#X obj 115 251 outlet; +#X obj 155 271 outlet; +#X text 127 231 dummy; +#X text 155 250 dummy; +#X obj 123 113 inlet; +#X text 158 113 dummy; +#X text 120 192 1.arg: <float> cutoff_frequency [Hz]; +#X text 120 202 2.arg: <float> frequency-shift [-]; +#X text 120 212 3.arg: <float> interpolation_time [ms] (opt.); +#X connect 0 0 15 0; +#X connect 1 0 15 1; +#X connect 1 0 16 0; +#X connect 9 0 15 2; +#X connect 11 0 15 4; +#X connect 11 0 19 0; +#X connect 15 0 2 0; |