[PD] Messages in an external

Tim Blechmann TimBlechmann at gmx.net
Thu Nov 3 17:32:21 CET 2005


> > I use outlet_float() in an external to output messages. How often
> > is it allowed to send a message in a loop? I didn't find anything
> > about it...
> 
> the built-in "stack overflow" counter allows a recursion of
> 1000/(#obj involved)

not exactly ... the 1000 frames recursion depth is used by devel ...
iirc miller's version is limiting the recursions by stack size ... so
it would depend on the objects ...

but a construction like:
for (int i = 0; i != infinity; ++i)
	outlet_float()

is an iteration, not a recursion ... so there is no limit (except the
speed of the machine) ... the |until| object is working this way ...

hth ... tim

-- 
mailto:TimBlechmann at gmx.de    ICQ: 96771783
http://www.mokabar.tk

latest mp3: kMW.mp3
http://mattin.org/mp3.html

latest cd: Goh Lee Kwang & Tim Blechmann: Drone
http://www.geocities.com/gohleekwangtimblechmannduo/

After one look at this planet any visitor from outer space 
would say "I want to see the manager."
				      William S. Burroughs




More information about the Pd-list mailing list