From 779b45410e8c76b2984d26823e97310c7601b38f Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Fri, 10 Apr 2009 17:52:07 +0000 Subject: initial commit of the puremapping abstraction collection svn path=/trunk/abstractions/nusmuk/; revision=11004 --- puremapping/iir-help.pd | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 puremapping/iir-help.pd (limited to 'puremapping/iir-help.pd') diff --git a/puremapping/iir-help.pd b/puremapping/iir-help.pd new file mode 100644 index 0000000..b1ec944 --- /dev/null +++ b/puremapping/iir-help.pd @@ -0,0 +1,35 @@ +#N canvas 386 71 683 513 10; +#X floatatom 266 204 5 0 0 0 - - -; +#X text 22 11 data; +#X obj 27 172 t f f; +#X msg 67 100 0; +#X msg 68 121 1; +#X obj 440 294 timeroll; +#X obj 234 294 timeroll; +#X obj 234 234 iir 5; +#X obj 27 294 timeroll; +#X obj 27 30 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 +-1 -1 5400 1; +#X text 504 276 high-pass; +#X text 240 276 low-pass; +#X text 83 441 original; +#X text 67 467 For more info on IIR:; +#X obj 116 483 pddp/pddplink http://www.dspguru.com/info/faqs/iirfaq.htm +; +#X text 89 27 [iir] computes a infinite impulse response low-pass filter. +; +#X msg 234 124 reset; +#X text 293 126 reset internal state; +#X text 313 145 reset internal state to a specific value; +#X msg 242 147 reset 0.3; +#X text 322 203 ilter coef; +#X connect 0 0 7 1; +#X connect 2 0 8 0; +#X connect 2 1 7 0; +#X connect 3 0 2 0; +#X connect 4 0 2 0; +#X connect 7 0 6 0; +#X connect 7 1 5 0; +#X connect 9 0 2 0; +#X connect 16 0 7 0; +#X connect 19 0 7 0; -- cgit v1.2.1