Hi,
I plan to write a Linux VST bridge to Windows VST. This could improve windows VST support in our native DAW.
I wonder what is the best strategy and what do you recommend? - spawn a wine vst host process from the linux vst and then do IPC through unix socket - spawn a wine vst host process from the linux vst and then do IPC through tcp socket - spawn a wine vst host process from the linux vst and then do IPC through shared memory - load the windows vst into the Linux process and directly call its functions (with appropriate calling convention).
Thanks a lot! Regards, -- Alexandre Bique