diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2007-05-21 14:19:00 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2007-05-21 14:19:00 +0000 |
commit | b923577f1a4f623513d60090e8d3e7f68c013f7a (patch) | |
tree | 5f244bc2c445237121cb0d8459f2fe46ea03c5d2 /help/threshold-help.pd | |
parent | fc90982e96c07cf6e6bc8596b1965b0524cc0447 (diff) |
*** empty log message ***
svn path=/trunk/externals/mapping/; revision=7706
Diffstat (limited to 'help/threshold-help.pd')
-rw-r--r-- | help/threshold-help.pd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/help/threshold-help.pd b/help/threshold-help.pd new file mode 100644 index 0000000..dde0bf3 --- /dev/null +++ b/help/threshold-help.pd @@ -0,0 +1,12 @@ +#N canvas 696 98 600 234 10; +#X floatatom 25 34 5 0 0 0 - - -; +#X floatatom 25 124 5 0 0 0 - - -; +#X floatatom 90 63 5 0 0 0 - - -; +#X text 107 131 output a new value only if the difenrence between the +input and last output is superior to \$1; +#X text 111 174 (usefull to reduce the flow controling pd event...) +; +#X obj 25 84 threshold 0.2; +#X connect 0 0 5 0; +#X connect 2 0 5 1; +#X connect 5 0 1 0; |