From d78f2f525d0099a93914808836cd54ee219266ad Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes Date: Mon, 10 Jan 2011 05:41:14 +0000 Subject: added META subpatch svn path=/trunk/externals/mapping/; revision=14693 --- threshold-help.pd | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (limited to 'threshold-help.pd') diff --git a/threshold-help.pd b/threshold-help.pd index dde0bf3..ebe96b2 100644 --- a/threshold-help.pd +++ b/threshold-help.pd @@ -1,12 +1,24 @@ -#N canvas 696 98 600 234 10; +#N canvas 1 53 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; +#N canvas 465 169 494 344 META 0; +#X text 12 175 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan +Wilkes for Pd version 0.42.; +#X text 12 25 LICENSE GPL v2; +#X text 12 115 OUTLET_0 float; +#X text 12 155 AUTHOR Cyrille Henry and Hans-Christoph Steiner; +#X text 12 5 KEYWORDS control abstraction; +#X text 12 45 DESCRIPTION output a new value only if the difference +between the input and last output is greater than \$1; +#X text 12 75 INLET_0 float; +#X text 12 95 INLET_1 float; +#X text 12 135 OUTLET_1 float; +#X restore 543 206 pd META; +#X text 107 131 output a new value only if the difference between the +input and last output is greater than \$1; +#X connect 0 0 4 0; +#X connect 4 0 1 0; -- cgit v1.2.1