[PD] looking for a very fast counter

Raia Cartos RaiaCartos at gmx.de
Tue Sep 20 23:06:14 CEST 2005


i just need a for-loop, counting from zero to 1000 and my patch below doesnt
work.
i get only the message "error: stack overflow" and the counter is just at
343.

the only way i could create a counter was with the help of the object
"metro" but the fastest clock ist only 1ms and i need it faster.

Who can help me to find a way out of this problem.

thanks Raia Cartos


#N canvas 139 64 454 304 12;
#X msg 49 37 bang;
#X text 96 36 <--- click here to start;
#X obj 108 119 + 1;
#X obj 49 118 float;
#X msg 49 77 0;
#X floatatom 108 183 0 0 0 0 - - -;
#X obj 174 118 moses 500;
#X connect 0 0 4 0;
#X connect 2 0 5 0;
#X connect 2 0 6 0;
#X connect 3 0 2 0;
#X connect 4 0 3 0;
#X connect 6 0 3 0;







More information about the Pd-list mailing list