[PD-dev] sys_lock

Tim Blechmann TimBlechmann at gmx.net
Thu May 27 23:47:28 CEST 2004


> i was wondering which pd calls are allowed when using the glovbal
> locks. i tried this:
> 
>  	    sys_lock();
>  	    outlet_bang(w->outlet);
>  	    sys_unlock();
> 
> but it doesn't seem to work.. (stack overflow errors)
> i'm using pd-0.37-1
at least no objects that run by the dsp scheduler ... if i understand
it correctly, the sys_lock can be used to syncronize between used
defined threads and pd's main thread...

cheers...

 Tim                          mailto:TimBlechmann at gmx.de
                              ICQ: 96771783
--
The only people for me are the mad ones, the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn,
burn, like fabulous yellow roman candles exploding like spiders across
the stars and in the middle you see the blue centerlight pop and
everybody goes "Awww!"
                                                          Jack Kerouac





More information about the Pd-dev mailing list