diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2008-10-06 12:54:41 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2008-10-06 12:54:41 +0000 |
commit | 8eba852ea15e8a082a2ab5041e1fda321ce1634e (patch) | |
tree | 59763b66fb4dda4f3bfa9aebdf8cae7a4c85790f /help | |
parent | e8004bc7d2f3dc9317110dc45934bd8a00e4bead (diff) |
add a reset message to iir
svn path=/trunk/externals/mapping/; revision=10324
Diffstat (limited to 'help')
-rw-r--r-- | help/iir-help.pd | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/help/iir-help.pd b/help/iir-help.pd index ec8d691..e1f1a22 100644 --- a/help/iir-help.pd +++ b/help/iir-help.pd @@ -1,5 +1,5 @@ #N canvas 127 104 683 513 10; -#X floatatom 264 204 5 0 0 0 - - -; +#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; @@ -7,9 +7,9 @@ #X obj 440 294 timeroll; #X obj 234 294 timeroll; #X obj 234 234 iir 5; -#X obj 28 294 timeroll; +#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 3000 1; +-1 -1 0 1; #X text 504 276 high-pass; #X text 240 276 low-pass; #X text 83 441 original; @@ -18,6 +18,10 @@ ; #X text 89 27 [iir] computes a infinite impulse response low-pass filter. ; +#X msg 234 124 reset; +#X msg 242 147 reset 10; +#X text 293 126 reset internal state; +#X text 313 145 reset internal state to a specific value; #X connect 0 0 7 1; #X connect 2 0 8 0; #X connect 2 1 7 0; @@ -26,3 +30,5 @@ #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 17 0 7 0; |