Revision: 10095 http://pure-data.svn.sourceforge.net/pure-data/?rev=10095&view=rev Author: eighthave Date: 2008-06-25 10:28:50 -0700 (Wed, 25 Jun 2008)
Log Message: ----------- removed [min 0] and [max 1] on the input so that it can be used with [spiral] and other things that inherently must go outside of the 0-1 data range
Modified Paths: -------------- branches/pd-extended/v0-40/externals/mapping/notescale.pd
Modified: branches/pd-extended/v0-40/externals/mapping/notescale.pd =================================================================== --- branches/pd-extended/v0-40/externals/mapping/notescale.pd 2008-06-24 19:21:40 UTC (rev 10094) +++ branches/pd-extended/v0-40/externals/mapping/notescale.pd 2008-06-25 17:28:50 UTC (rev 10095) @@ -1,11 +1,9 @@ -#N canvas 378 159 563 324 10; +#N canvas 123 67 563 324 10; #X obj 51 42 inlet; #X obj 51 233 outlet; #X obj 51 171 expr $f1 * ($f3 - $f2) + $f2; #X obj 189 61 loadbang; #X text 10 10 input range: 0 to 1; -#X obj 51 89 min 1; -#X obj 51 109 max 0; #X text 110 233 output range: MIDI note #s; #X obj 133 42 inlet; #X obj 304 42 inlet; @@ -16,14 +14,12 @@ #X obj 304 110 purepd/float_argument $2 127; #X text 25 290 (C) Copyright 2007 Free Software Foundation; #X text 289 290 released under the GNU GPLv3 or later; -#X connect 0 0 5 0; +#X connect 0 0 2 0; #X connect 2 0 1 0; -#X connect 3 0 12 0; -#X connect 5 0 6 0; -#X connect 6 0 2 0; -#X connect 8 0 13 0; -#X connect 9 0 14 0; -#X connect 12 0 13 0; -#X connect 12 1 14 0; -#X connect 13 0 2 1; -#X connect 14 0 2 2; +#X connect 3 0 10 0; +#X connect 6 0 11 0; +#X connect 7 0 12 0; +#X connect 10 0 11 0; +#X connect 10 1 12 0; +#X connect 11 0 2 1; +#X connect 12 0 2 2;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.