Re: [PD] Stack overflow / double loop

2016-03-05 Thread j...@jeanmarie-adrien.net
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



doubleloop_var.pd
Description: Binary data


Le 5 mars 2016 à 12:09, cyrille henry  a écrit :

> hello,
> 
> i think you should use "until" to create a loop.
> cheers
> c
> 
> 
> Le 05/03/2016 12:00, j...@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@lists.iem.at mailing list
>> UNSUBSCRIBE and account-management -> 
>> http://lists.puredata.info/listinfo/pd-list
>> 
> 
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Stack overflow / double loop

2016-03-05 Thread cyrille henry

hello,

i think you should use "until" to create a loop.
cheers
c


Le 05/03/2016 12:00, j...@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@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] Stack overflow / double loop

2016-03-05 Thread j...@jeanmarie-adrien.net
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



doubleloop.pd
Description: Binary data


Any hint ?
(we love programming)
Tks
JM


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list