Update of /cvsroot/pure-data/externals/miXed/doc/help/cyclone In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26266
Modified Files: counter-help.pd Log Message: fixed bug with setting minimum/maximum with objects instead of messages. (this tells us that people really don't read the documentation ;-));
added a note on the 3rd inlet which is labeled as "min" but really is a "set" and which is likely (though unconfirmed by me) to be a bug in either the original (Max'ish) documentation or implementation
Index: counter-help.pd =================================================================== RCS file: /cvsroot/pure-data/externals/miXed/doc/help/cyclone/counter-help.pd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** counter-help.pd 2 Apr 2007 21:12:05 -0000 1.2 --- counter-help.pd 10 May 2007 07:35:08 -0000 1.3 *************** *** 43,47 **** #X floatatom 217 380 5 0 0 0 - - -; #X floatatom 224 398 5 0 0 0 - - -; - #X text 254 361 set min; #X text 267 399 set max; #X text 262 378 set counter value; --- 43,46 ---- *************** *** 66,71 **** #X msg 319 259 next; #X text 208 260 number = bang =; ! #X obj 437 414 min $1; ! #X obj 485 413 max $1; #X floatatom 437 393 5 0 0 0 - - -; #X floatatom 485 392 5 0 0 0 - - -; --- 65,70 ---- #X msg 319 259 next; #X text 208 260 number = bang =; ! #X msg 437 414 min $1; ! #X msg 485 413 max $1; #X floatatom 437 393 5 0 0 0 - - -; #X floatatom 485 392 5 0 0 0 - - -; *************** *** 128,131 **** --- 127,134 ---- #X text 431 221 would be to reset to 0 as well ...); #X obj 460 531 pddp_open all_about_cyclone; + #X text 254 361 set min **; + #X text -6 538 ** (there seems to be a bug in the original documentation + or implementation: the 3rd inlet is indeed a "set" message instead + of a "min" message...); #X connect 5 0 18 0; #X connect 6 0 5 0; *************** *** 144,158 **** #X connect 32 0 21 3; #X connect 33 0 21 4; #X connect 38 0 37 0; ! #X connect 39 0 38 0; ! #X connect 40 0 37 0; ! #X connect 41 0 40 0; #X connect 47 0 21 0; #X connect 48 0 21 0; ! #X connect 49 0 21 0; #X connect 51 0 21 0; ! #X connect 52 0 21 0; ! #X connect 57 0 37 0; ! #X connect 58 0 37 0; #X connect 59 0 57 0; - #X connect 60 0 58 0; --- 147,162 ---- #X connect 32 0 21 3; #X connect 33 0 21 4; + #X connect 37 0 36 0; #X connect 38 0 37 0; ! #X connect 39 0 36 0; ! #X connect 40 0 39 0; ! #X connect 44 0 36 0; ! #X connect 46 0 21 0; #X connect 47 0 21 0; #X connect 48 0 21 0; ! #X connect 50 0 21 0; #X connect 51 0 21 0; ! #X connect 56 0 36 0; ! #X connect 57 0 36 0; ! #X connect 58 0 56 0; #X connect 59 0 57 0;