[PD] [counter] documentation in help file is incomplete

Jeffrey Concepcion jeffreyconcepcion at gmail.com
Tue Oct 5 17:20:02 CEST 2010


I tried to add this to the bugtracker but it doesn't show up, i must have
done something wrong.

There is no documentation on the outlets of the [counter] object, so here's
what I found:

outlet 1- outputs number + bang

outlet 2 - (when counting down) outputs bang when reaches 0 and when
starting the countdown over

outlet 3 - (when counting up) outputs a 1+bang when it reaches max value and
0+bang when starting over; (when counting up & down) same as when counting
up

outlet 4 - (when counting up) outputs the number of times the secuence has
been completed + bang

hopefully this can be added (better written, of course) to the help file.


-- 
www.epicjefferson.com
www.avmachinists.org Puerto Rico based Art Collective/ Non-Profit Org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20101005/bd7cef17/attachment.htm>
-------------- next part --------------
#N canvas 0 0 450 300 10;
#X obj 74 43 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1
;
#X obj 151 143 counter;
#X msg 232 123 10;
#X msg 197 81 3;
#X msg 236 83 4;
#X obj 36 65 metro 1000;
#X floatatom 204 220 5 0 0 0 - - -;
#X floatatom 204 220 5 0 0 0 - - -;
#X floatatom 128 191 5 0 0 0 - - -;
#X floatatom 258 197 5 0 0 0 - - -;
#X floatatom 323 197 5 0 0 0 - - -;
#X obj 304 197 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 241 197 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 186 220 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 105 192 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 170 59 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1
1;
#X msg 201 33 2;
#X connect 0 0 5 0;
#X connect 1 0 8 0;
#X connect 1 0 14 0;
#X connect 1 1 6 0;
#X connect 1 1 13 0;
#X connect 1 2 9 0;
#X connect 1 2 12 0;
#X connect 1 3 10 0;
#X connect 1 3 11 0;
#X connect 2 0 1 4;
#X connect 3 0 1 2;
#X connect 4 0 1 3;
#X connect 5 0 1 0;
#X connect 15 0 1 1;
#X connect 16 0 1 1;


More information about the Pd-list mailing list