[PD] Multiprocessing

2011-08-30 Thread Jean-Marie Adrien
Hello list Im pushing a Mac quite a lot with image analysis + audio and id like to know if there is a simple way to use efficiently the multiprocessors. Ive read through a recent paper by Miller concerning multiprocessing, but is there somewhere a manual :) ? Something practical for a

Re: [PD] Multiprocessing

2011-08-30 Thread cyrille henry
hello, you can use multiple pd instance, or use pd~ objects. This 2 solution aimed to have 2 (or more) pd running. the 2nd solution is great since all pd instance are synchronized at audio rate. The 1st is better if some instances can slow down, so that it did not slow the others. The main

Re: [PD] Multiprocessing

2011-08-30 Thread chris clepper
On OSX you should make the shm settings much larger. OSX still has the original values (~4MB) from the original mid-80s NextStep. On Tue, Aug 30, 2011 at 5:25 AM, cyrille henry c...@chnry.net wrote: hello, you can use multiple pd instance, or use pd~ objects. This 2 solution aimed to have 2

Re: [PD] Multiprocessing

2011-08-30 Thread Jean-Marie Adrien
Thanks cyrille. I discover the wheel once more :) jm Le 30 août 11 à 11:25, cyrille henry a écrit : hello, you can use multiple pd instance, or use pd~ objects. This 2 solution aimed to have 2 (or more) pd running. the 2nd solution is great since all pd instance are synchronized at audio