Update of /cvsroot/pure-data/externals/hcs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23899
Modified Files: autoscale-help.pd autoscale.pd Log Message: minor code cleanups
Index: autoscale.pd =================================================================== RCS file: /cvsroot/pure-data/externals/hcs/autoscale.pd,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** autoscale.pd 27 Nov 2004 19:31:17 -0000 1.4 --- autoscale.pd 28 Nov 2004 20:50:14 -0000 1.5 *************** *** 1,4 **** ! #N canvas 206 226 769 538 10; ! #X obj 45 20 inlet; #X obj 175 453 outlet; #X obj 235 268 f; --- 1,4 ---- ! #N canvas 206 226 773 542 10; ! #X obj 45 30 inlet; #X obj 175 453 outlet; #X obj 235 268 f; *************** *** 34,43 **** #X text 417 475 $Revision$$Date$; #X text 417 488 $Author$; ! #X obj 45 54 route reset; #X obj 45 81 bang; #X msg 45 129 0; - #X text 150 41 these [oneshot] bits are just here to get the ball rolling - ; #X msg 114 102 clear; #X connect 0 0 31 0; #X connect 2 0 7 1; --- 34,44 ---- #X text 417 475 $Revision$$Date$; #X text 417 488 $Author$; ! #X obj 45 62 route reset; #X obj 45 81 bang; #X msg 45 129 0; #X msg 114 102 clear; + #X text 172 47 these [oneshot] bits are just here to get the max/min + tracking started; + #X text 8 3 [autoscale]; #X connect 0 0 31 0; #X connect 2 0 7 1; *************** *** 80,86 **** #X connect 31 1 9 0; #X connect 32 0 33 0; ! #X connect 32 0 35 0; #X connect 33 0 2 0; #X connect 33 0 12 0; ! #X connect 35 0 14 0; ! #X connect 35 0 11 0; --- 81,87 ---- #X connect 31 1 9 0; #X connect 32 0 33 0; ! #X connect 32 0 34 0; #X connect 33 0 2 0; #X connect 33 0 12 0; ! #X connect 34 0 14 0; ! #X connect 34 0 11 0;
Index: autoscale-help.pd =================================================================== RCS file: /cvsroot/pure-data/externals/hcs/autoscale-help.pd,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** autoscale-help.pd 15 Nov 2004 21:16:56 -0000 1.3 --- autoscale-help.pd 28 Nov 2004 20:50:14 -0000 1.4 *************** *** 1,3 **** ! #N canvas 48 99 479 531 10; #X floatatom 26 88 5 0 0 0 - - -; #X floatatom 26 152 0 0 0 0 - - -; --- 1,3 ---- ! #N canvas 48 99 462 532 10; #X floatatom 26 88 5 0 0 0 - - -; #X floatatom 26 152 0 0 0 0 - - -; *************** *** 27,31 **** #X floatatom 46 360 5 0 0 0 - - -; #X obj 71 413 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 ! -1 -1 11112 1; #X msg 96 358 reset; #X obj 26 122 autoscale 0 1; --- 27,31 ---- #X floatatom 46 360 5 0 0 0 - - -; #X obj 71 413 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 ! -1 -1 0 1; #X msg 96 358 reset; #X obj 26 122 autoscale 0 1;