[PD-cvs] externals/mapping track_max.pd, NONE, 1.1 track_min.pd, NONE, 1.1 TODO, 1.5, 1.6

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sun Dec 24 06:42:45 CET 2006


Update of /cvsroot/pure-data/externals/mapping
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1620

Modified Files:
	TODO 
Added Files:
	track_max.pd track_min.pd 
Log Message:
created max/min tracking objects in response to Cyrille's desire to have some kind of state-saving for autoscale

--- NEW FILE: track_max.pd ---
#N canvas 353 201 457 385 10;
#X obj 83 269 outlet;
#X obj 294 7 inlet;
#X obj 37 7 inlet;
#X obj 294 27 route float bang;
#X obj 58 92 select 0;
#X msg 58 111 0;
#X msg 109 111 1;
#X obj 177 7 inlet;
#X obj 224 137 loadbang;
#X obj 37 207 moses;
#X obj 37 143 spigot 1;
#X text 59 235 max;
#X obj 173 200 print ARG;
#X obj 177 164 purepd/float_argument \$1 -9.99e+37;
#X obj 83 234 + 1e-09;
#X text 33 292 1e-09 is added so [moses] doesn't output the current
maximum value again.;
#X text 229 347 released under the GNU GPL;
#X text 12 333 (C) Copyright 2006 Hans-Christoph Steiner <hans at at.or.at>
;
#X connect 1 0 3 0;
#X connect 2 0 10 0;
#X connect 3 0 4 0;
#X connect 3 1 13 0;
#X connect 4 0 5 0;
#X connect 4 1 6 0;
#X connect 5 0 10 1;
#X connect 6 0 10 1;
#X connect 7 0 13 0;
#X connect 8 0 13 0;
#X connect 9 1 14 0;
#X connect 10 0 9 0;
#X connect 13 0 9 1;
#X connect 13 0 12 0;
#X connect 14 0 0 0;
#X connect 14 0 9 1;

--- NEW FILE: track_min.pd ---
#N canvas 677 121 475 375 10;
#X obj 37 303 outlet;
#X text 75 268 min;
#X obj 37 268 float;
#X obj 294 7 inlet;
#X obj 37 7 inlet;
#X obj 294 27 route float bang;
#X obj 58 92 select 0;
#X msg 58 111 0;
#X msg 109 111 1;
#X obj 177 7 inlet;
#X obj 224 137 loadbang;
#X obj 37 207 moses;
#X obj 37 143 spigot 1;
#X text 229 347 released under the GNU GPL;
#X text 12 333 (C) Copyright 2006 Hans-Christoph Steiner <hans at at.or.at>
;
#X obj 177 164 purepd/float_argument \$1 9.99e+37;
#X connect 2 0 0 0;
#X connect 2 0 11 1;
#X connect 3 0 5 0;
#X connect 4 0 12 0;
#X connect 5 0 6 0;
#X connect 5 1 15 0;
#X connect 6 0 7 0;
#X connect 6 1 8 0;
#X connect 7 0 12 1;
#X connect 8 0 12 1;
#X connect 9 0 15 0;
#X connect 10 0 15 0;
#X connect 11 0 2 0;
#X connect 12 0 11 0;
#X connect 15 0 11 1;
#X connect 15 0 2 1;

Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/externals/mapping/TODO,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** TODO	30 Oct 2006 10:52:39 -0000	1.5
--- TODO	24 Dec 2006 05:42:42 -0000	1.6
***************
*** 1,3 ****
--- 1,7 ----
+ ______________________________________________________________________________
+ = spread/segment/seglet
  
+ Make [collect] and [distribute], which are like [segment] and [desegment].
+ Perhaps it should be called [seglet] and [deseglet]
  
  ______________________________________________________________________________





More information about the Pd-cvs mailing list