[PD] Stack overflow / double loop

jma at jeanmarie-adrien.net jma at jeanmarie-adrien.net
Sat Mar 5 14:02:42 CET 2016


YES Cyrille seems ok !
pd’s mysteries : how can i have been IGNORING this stuff for so many years and in so many HOT real time situations with so many loops around !!!
:) !
tks
JM

-------------- next part --------------
A non-text attachment was scrubbed...
Name: doubleloop_var.pd
Type: application/octet-stream
Size: 1987 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160305/3827d059/attachment.obj>
-------------- next part --------------


Le 5 mars 2016 à 12:09, cyrille henry <ch at chnry.net> a écrit :

> hello,
> 
> i think you should use "until" to create a loop.
> cheers
> c
> 
> 
> Le 05/03/2016 12:00, jma at jeanmarie-adrien.net a écrit :
>> Hello list
>> im trying to compute distances between points, and this takes the form of a classical double imbricated loop computing out of a memory where points coordinates are stored.
>> It has to be fast (no delay in looping)
>> 
>> The loop style is twice counter + moses and i cared a lot about looping at the last moment (means after reading / writing in memory) and not at the top with a (t b b b f) or so : i get a stack overflow though when number of points is over 15 :(
>> I solved the problem years ago, dont remember how … stuck on this since yesterday
>> 
>> im sure this is really classical !
>> here is the idiosyncratic patch
>> 
>> 
>> 
>> 
>> 
>> Any hint ?
>> (we love programming)
>> Tks
>> JM
>> 
>> 
>> 
>> 
>> _______________________________________________
>> Pd-list at lists.iem.at mailing list
>> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
>> 
> 
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list



More information about the Pd-list mailing list