Re: VST wrapper

2007-06-25 Thread Tom Spear
On 6/25/07, Nathaniel Gray [EMAIL PROTECTED] wrote: By the way, please CC me with replies. I'm not set up to receive mail from the list. Might want to look into Codeweavers Crossover or Crossover Office. One of those handles IE plugins in linux firefox quite nicely. Should be a good starting

Re: VST wrapper

2007-06-25 Thread Stefan Dösinger
Hi, In case I'm being unclear, here's how it breaks down. There's a host application that's native OS X and knows nothing about Wine. I'd like to write a plugin that, when it's loaded, will load a windows dll. The host will call into the plugin, which will call into the dll. The dll will

re: VST wrapper

2007-06-25 Thread Dan Kegel
Hi N8, [How can I write a shared library that uses Wine and can be called from a non-winelib app?] This is a somewhat frequently asked question. As Stephan explained, wine's code requires that the process have been set up somewhat specially. This is taken care of by the sources in the

Re: VST wrapper

2007-06-25 Thread Nathaniel Gray
On Jun 25, 2007, at 6:01 AM, Dan Kegel wrote: Hi N8, [How can I write a shared library that uses Wine and can be called from a non-winelib app?] This is a somewhat frequently asked question. I did try to find the answer in the documentation before posting here but couldn't find

VST wrapper

2007-06-24 Thread Nathaniel Gray
Hi, I'm interested in the goal of using Windows VST/VSTi audio plugins on my Intel Mac in OS X. I found the fst project, did some porting, and managed to get a few VSTs to work, which had me pretty stoked. Thanks to the FST folks and the Wine team for making this possible! On the other

Re: VST wrapper

2007-06-24 Thread Nathaniel Gray
By the way, please CC me with replies. I'm not set up to receive mail from the list. Thanks, -n8 -- -- Nathaniel Gray -- Caltech Computer Science -- -- Mojave Project -- http://mojave.cs.caltech.edu --