From ecc6398c406a7d401225bf04346fc0d25491dff3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 8 Apr 2009 04:17:13 +0000 Subject: moved help patches into same folder, stopped auto-generating mapping-meta.pd file, and checked in mapping-meta.pd, so now the folder in SVN is a functional libdir svn path=/trunk/externals/mapping/; revision=10981 --- threshold-help.pd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 threshold-help.pd (limited to 'threshold-help.pd') diff --git a/threshold-help.pd b/threshold-help.pd new file mode 100644 index 0000000..dde0bf3 --- /dev/null +++ b/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; -- cgit v1.2.1