IPC between linux processes and wine processes

Alexandre Bique bique.alexandre at gmail.com
Wed May 1 14:37:38 CDT 2013


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



More information about the wine-devel mailing list