Re: IPC between linux processes and wine processes

2013-05-12 Thread Alexandre Bique
Hi, I got some progress :) I have working win32 VST under linux Renoise, you gets the parameters, and save/restore custom data :) But I have some issues with the UI. 1) Renoises gives me a couple (Display*, Window), can I tell the VST to draw in this couple (Display*, Window) and how? Because I

Re: IPC between linux processes and wine processes

2013-05-04 Thread Alexandre Bique
Hi, Thanks everybody for your help! I already started to work on it, the application is split into 3 components : - the linux vst plugin (template) - the wine vst host (compiled in 32bits and 64bits, with wineg++) - the plugin maker First you call plugin make on the windows vst dll, the plugin ma

Re: IPC between linux processes and wine processes

2013-05-03 Thread jordan
Hi On Fri, May 3, 2013 at 2:55 AM, Paul Chitescu wrote: > On Wednesday 01 May 2013 10:37:38 pm Alexandre Bique wrote: >> Hi, >> >> I plan to write a Linux VST bridge to Windows VST. This could improve >> windows VST support in our native DAW. Not too long ago the FSThost and myself, were brainst

Re: IPC between linux processes and wine processes

2013-05-02 Thread Paul Chitescu
On Wednesday 01 May 2013 10:37:38 pm Alexandre Bique wrote: > 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 vs