Re: [PD] Shared memory for [pd~] processes

2023-02-01 Thread Phil Stone
Oh, that’s fantastic. Thanks, Cyrille (and William)! Phil From: Pd-list on behalf of cyrille henry Date: Wednesday, February 1, 2023 at 9:18 AM To: pd-list@lists.iem.at Subject: Re: [PD] Shared memory for [pd~] processes Hello Phil, shmem have been develop for this purpose, and it still

Re: [PD] Shared memory for [pd~] processes

2023-02-01 Thread cyrille henry
Hello Phil, shmem have been develop for this purpose, and it still works great for this purpose... I think you can install it from deken. Cheers C Le 01/02/2023 à 17:56, Phil Stone a écrit : Hello everyone, I’ve converted my old ‘polywavesynth’ to being able to spawn a new [pd~] process f

Re: [PD] Shared memory for [pd~] processes

2023-02-01 Thread William Brent
It's available as 'shmem' via deken. On Wed, Feb 1, 2023 at 11:58 AM Phil Stone wrote: > Hello everyone, > > > > I’ve converted my old ‘polywavesynth’ to being able to spawn a new [pd~] > process for its voice management, and that’s working really well. I can see > the load spread to other cores

[PD] Shared memory for [pd~] processes

2023-02-01 Thread Phil Stone
Hello everyone, I’ve converted my old ‘polywavesynth’ to being able to spawn a new [pd~] process for its voice management, and that’s working really well. I can see the load spread to other cores for multiple synthesizers, and after working out some bugs, I’m really happy with this new capabili