Update of /cvsroot/pure-data/externals/mapping In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv313
Modified Files: Tag: branch-v0-39-2-extended notescale.pd Log Message: removed [int] rounding since it gets in the way too often. Perhaps there should be something like [midinoterange] which quantizes to ints]
Index: notescale.pd =================================================================== RCS file: /cvsroot/pure-data/externals/mapping/notescale.pd,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** notescale.pd 29 Jan 2006 08:12:33 -0000 1.1 --- notescale.pd 2 Aug 2007 00:16:11 -0000 1.1.2.1 *************** *** 1,6 **** ! #N canvas 37 318 444 446 10; #X obj 64 49 inlet; #X obj 64 389 outlet; - #X obj 64 325 int; #X obj 64 297 expr $f1 * ($f3 - $f2) + $f2; #X obj 357 231 f $2; --- 1,5 ---- ! #N canvas 37 318 448 450 10; #X obj 64 49 inlet; #X obj 64 389 outlet; #X obj 64 297 expr $f1 * ($f3 - $f2) + $f2; #X obj 357 231 f $2; *************** *** 8,12 **** #X obj 159 257 expr if ($f1 == $f2 , 0 , $f1) ; if ($f1 == $f2 , 127 , $f2); - #X text 10 7 [notescale]; #X obj 229 152 loadbang; #X obj 229 179 t b b; --- 7,10 ---- *************** *** 15,29 **** #X obj 64 116 max 0; #X text 123 389 output range: MIDI note #s; ! #X connect 0 0 11 0; #X connect 2 0 1 0; ! #X connect 3 0 2 0; ! #X connect 4 0 6 1; ! #X connect 5 0 6 0; ! #X connect 6 0 3 1; ! #X connect 6 1 3 2; ! #X connect 8 0 9 0; ! #X connect 9 0 5 0; ! #X connect 9 1 4 0; ! #X connect 11 0 12 0; ! #X connect 12 0 3 0; ! #X connect 12 0 9 0; --- 13,26 ---- #X obj 64 116 max 0; #X text 123 389 output range: MIDI note #s; ! #X connect 0 0 9 0; #X connect 2 0 1 0; ! #X connect 3 0 5 1; ! #X connect 4 0 5 0; ! #X connect 5 0 2 1; ! #X connect 5 1 2 2; ! #X connect 6 0 7 0; ! #X connect 7 0 4 0; ! #X connect 7 1 3 0; ! #X connect 9 0 10 0; ! #X connect 10 0 2 0; ! #X connect 10 0 7 0;