How does this look?
On 3/23/06, Tim Blechmann TimBlechmann@gmx.net wrote:
On Thu, 2006-03-23 at 06:59 -0500, Chuckk Hubbard wrote:
Can anyone explain more about what exactly "stack overflow" is? Might it help if I just put a 1 ms delay for each scalar?
you've written a recursive patch, so each recursion increases the interpreter stack ... if your recursions are happening too often ... booooooom ... :-/
it's probably better to solve something like this with an iteration, which doesn't use the stack ... in pd it can be done with the |until| object ...
hth ... tim
-- TimBlechmann@gmx.de ICQ: 96771783 http://www.mokabar.tk