Re: [PD] pd~ bugfixes - need some help

2018-04-08 Thread Christof Ressi
thanks for reporting! > When you say "ignore audio API in sys_loadpreferences when an external > scheduler is used": > > This will still work when using an "external scheduler" ? > > It will work using Pdvst~ right? I'm not sure what you mean here but currently the "-schedlib" flag already set

Re: [PD] pd~ bugfixes - need some help

2018-04-08 Thread Christof Ressi
Unfortunately, the deadlock can also happen if you send too many messages to or from the subprocess! I found an article explaining the issue: https://blogs.msdn.microsoft.com/oldnewthing/20110707-00/?p=10223 they suggest to use seperate threads for reading and writing. Others are welcome to cl

Re: [PD] pd~ bugfixes - need some help

2018-04-08 Thread Lucas Cordiviola
How about passing messages through netsend/netreceive? -- Mensaje telepatico asistido por maquinas. On 4/8/2018 12:13 PM, Christof Ressi wrote: > Unfortunately, the deadlock can also happen if you send too many messages to > or from the subprocess! > > I found an article explaining the issue: