Revision: 10724 http://pure-data.svn.sourceforge.net/pure-data/?rev=10724&view=rev Author: nusmuk Date: 2009-02-03 13:14:02 +0000 (Tue, 03 Feb 2009)
Log Message: -----------
Added Paths: ----------- trunk/externals/mapping/help/threshold_max-help.pd trunk/externals/mapping/threshold_max.pd
Added: trunk/externals/mapping/help/threshold_max-help.pd =================================================================== --- trunk/externals/mapping/help/threshold_max-help.pd (rev 0) +++ trunk/externals/mapping/help/threshold_max-help.pd 2009-02-03 13:14:02 UTC (rev 10724) @@ -0,0 +1,17 @@ +#N canvas 242 354 508 284 10; +#X floatatom 102 52 5 0 0 0 - - -; +#X floatatom 102 135 5 0 0 0 - - -; +#X obj 154 135 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 +-1 -1; +#X obj 58 133 print; +#X floatatom 225 76 5 0 0 0 - - -; +#X text 144 51 signal input; +#X obj 102 99 threshold_max 0.99; +#X text 268 74 treshold; +#X text 50 238 based on an object by Loic Kessous; +#X text 51 194 the threshold is relative to the input value; +#X connect 0 0 6 0; +#X connect 4 0 6 1; +#X connect 6 0 1 0; +#X connect 6 0 2 0; +#X connect 6 0 3 0;
Added: trunk/externals/mapping/threshold_max.pd =================================================================== --- trunk/externals/mapping/threshold_max.pd (rev 0) +++ trunk/externals/mapping/threshold_max.pd 2009-02-03 13:14:02 UTC (rev 10724) @@ -0,0 +1,48 @@ +#N canvas 266 108 411 523 10; +#X obj 78 192 max; +#X obj 58 357 <; +#X obj 58 383 sel 1; +#X msg 96 170 -1e+11; +#X obj 92 423 f; +#X obj 208 215 f; +#X obj 58 115 t f f f b; +#X obj 190 241 >; +#X obj 78 234 t f f; +#X obj 151 271 spigot; +#X obj 92 448 outlet; +#X obj 58 70 inlet; +#X obj 249 90 inlet; +#X obj 78 290 *; +#X obj 249 131 $1; +#X obj 249 153 moses 0; +#X msg 249 175 0.99; +#X obj 256 111 loadbang; +#X obj 249 199 f; +#X obj 58 91 max 0; +#X connect 0 0 8 0; +#X connect 1 0 2 0; +#X connect 2 0 3 0; +#X connect 2 0 4 0; +#X connect 3 0 0 1; +#X connect 4 0 10 0; +#X connect 5 0 7 1; +#X connect 6 0 1 0; +#X connect 6 1 0 0; +#X connect 6 1 7 0; +#X connect 6 2 5 1; +#X connect 6 3 5 0; +#X connect 7 0 9 1; +#X connect 8 0 9 0; +#X connect 8 0 13 0; +#X connect 8 1 4 1; +#X connect 9 0 0 1; +#X connect 11 0 19 0; +#X connect 12 0 14 0; +#X connect 13 0 1 1; +#X connect 14 0 15 0; +#X connect 15 0 16 0; +#X connect 15 1 18 0; +#X connect 16 0 18 0; +#X connect 17 0 14 0; +#X connect 18 0 13 1; +#X connect 19 0 6 0;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.