Oh yeah. That was why I was afraid to use until.
On 3/24/06, Chuckk Hubbard badmuthahubbard@gmail.com wrote:
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
-- "It is not when truth is dirty, but when it is shallow, that the lover of knowledge is reluctant to step into its waters." -Friedrich Nietzsche, "Thus Spoke Zarathustra"