From ce1334bca42bd81ed22aaa0a12b067cf495426f7 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 28 Nov 2004 20:50:14 +0000 Subject: minor code cleanups svn path=/trunk/externals/hcs/; revision=2339 --- autoscale-help.pd | 6 +++--- autoscale.pd | 19 ++++++++++--------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/autoscale-help.pd b/autoscale-help.pd index 3f61b13..69dd290 100644 --- a/autoscale-help.pd +++ b/autoscale-help.pd @@ -1,4 +1,4 @@ -#N canvas 48 99 479 531 10; +#N canvas 48 99 462 532 10; #X floatatom 26 88 5 0 0 0 - - -; #X floatatom 26 152 0 0 0 0 - - -; #X obj 68 270 autoscale; @@ -20,13 +20,13 @@ output range defaults to 0-127.; #X floatatom 297 152 0 0 0 0 - - -; #X obj 213 83 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; -#X text 17 486 $Revision: 1.3 $$Date: 2004-11-15 21:16:56 $; +#X text 17 486 $Revision: 1.4 $$Date: 2004-11-28 20:50:14 $; #X text 18 499 $Author: eighthave $; #X text 25 336 The [reset( message resets the stored max and min to zero.; #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; +-1 -1 0 1; #X msg 96 358 reset; #X obj 26 122 autoscale 0 1; #X obj 150 122 autoscale -0.01 0.01; diff --git a/autoscale.pd b/autoscale.pd index e2cd308..3ca5391 100644 --- a/autoscale.pd +++ b/autoscale.pd @@ -1,5 +1,5 @@ -#N canvas 206 226 769 538 10; -#X obj 45 20 inlet; +#N canvas 206 226 773 542 10; +#X obj 45 30 inlet; #X obj 175 453 outlet; #X obj 235 268 f; #X text 262 268 min; @@ -31,14 +31,15 @@ #X text 2 476 (C) Copyright 2004 Hans-Christoph Steiner ; #X text 219 491 released under the GNU GPL; -#X text 417 475 $Revision: 1.4 $$Date: 2004-11-27 19:31:17 $; +#X text 417 475 $Revision: 1.5 $$Date: 2004-11-28 20:50:14 $; #X text 417 488 $Author: eighthave $; -#X obj 45 54 route reset; +#X obj 45 62 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 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; #X connect 2 0 10 1; @@ -79,8 +80,8 @@ #X connect 31 0 32 0; #X connect 31 1 9 0; #X connect 32 0 33 0; -#X connect 32 0 35 0; +#X connect 32 0 34 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; +#X connect 34 0 14 0; +#X connect 34 0 11 0; -- cgit v1.2.1