Re: [PD] pthread external template

2009-10-28 Thread Chris McCormick
On Tue, Oct 27, 2009 at 02:52:38PM -0400, Hans-Christoph Steiner wrote: Pd already does parallelism, but not using threads. It is determinstic instead, meaning it will produce the exact same bit-for-bit result everytime it runs. Its quite hard to make threaded programs do that. The huge

Re: [PD] pthread external template

2009-10-27 Thread Charles Henry
Hi, Pat It looks interesting, but I'm not sure yet how you use it. So, you write an external, and some of the routines can be wrapped up with (or called from) the pthread templates? Or do you take your routines and find/replace names to write your externals? I've been studying parallel

Re: [PD] pthread external template

2009-10-27 Thread Hans-Christoph Steiner
Pd already does parallelism, but not using threads. It is determinstic instead, meaning it will produce the exact same bit-for- bit result everytime it runs. Its quite hard to make threaded programs do that. .hc On Oct 27, 2009, at 2:26 PM, Charles Henry wrote: Hi, Pat It looks

Re: [PD] pthread external template

2009-10-27 Thread patrick
Hi Charles, Since i needed to call libusb and it was causing a glitch in the DSP, i had to use pthread. some of the routines can be wrapped up with (or called from) the pthread templates? No, it's only a template (with a Makefile) as a starting point to code your own custom external.

[PD] pthread external template

2009-10-26 Thread patrick
hi, here's a pthread template that works for me: http://www.workinprogress.ca/pure-data-external-pthread-template/ pat ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] pthread external template

2009-10-24 Thread patrick
hi, here's a pthread template that works for me: http://www.workinprogress.ca/pure-data-external-pthread-template/ pat ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list