Revision: 10099 http://pure-data.svn.sourceforge.net/pure-data/?rev=10099&view=rev Author: eighthave Date: 2008-06-25 12:14:11 -0700 (Wed, 25 Jun 2008)
Log Message: ----------- limit output range to the MIDI note range 0-127, since that is the defined range of the object
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-25 18:30:07 UTC (rev 10098) +++ branches/pd-extended/v0-40/externals/mapping/notescale.pd 2008-06-25 19:14:11 UTC (rev 10099) @@ -14,8 +14,9 @@ #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 obj 51 201 clip 0 127; #X connect 0 0 2 0; -#X connect 2 0 1 0; +#X connect 2 0 15 0; #X connect 3 0 10 0; #X connect 6 0 11 0; #X connect 7 0 12 0; @@ -23,3 +24,4 @@ #X connect 10 1 12 0; #X connect 11 0 2 1; #X connect 12 0 2 2; +#X connect 15 0 1 0;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.