Aside: someone should write a WINE-based wrapper of some sort for running Windows VST plugins under Linux and interfacing them with Linux audio software. It shouldn't be too hard; one way would be to write a very simple Windows VST host which takes audio input, runs it through a plugin rack, and sends it to output, and then use WINE to wrap it in such a way that the input and output goes to FIFOs in /tmp or somesuch. A better alternative would be to actually wrap the plugins within the host application, giving them just enough Windows GDI calls to draw their user interfaces and such. (After all, the DSP code should be fairly portable.)
Posted by: acb | http://dev.null.org | Mon Dec 9 01:41:57 2002
It looks to do the same thing as plugin~.
Posted by: gjw | http://the-fix.org | Mon Dec 9 01:47:29 2002
I couldn't get a single sound out of PD when I tried it. But they should start making VST plugins available for Linux - after all, they're available for Windows and Mac. It should just be a matter of the developers compiling them as a .so instead of as a .dll, and having software that can access the API. As usual, Linux is about 5 years behind in audio software....
Posted by: acb | http://dev.null.org | Mon Dec 9 02:12:17 2002
It's not that easy. Steinberg refused to allow an open-source port of the (freely downloadable) VST SDK, which is why we have LADSPA (which is a pretty daft name, btw; it sounds like a paedophile group or something).
Want to say something? Do so here.
Note to spammers: This comment system applies the rel=nofollow attribute to the poster's URL and all links. Posting links to this page will not improve their search engine rankings.
Please keep comments on topic and to the point. Inappropriate comments may be deleted.
Note that markup is stripped from comments; URLs will be automatically converted into links.
Posted by: scott | http:// | Mon Dec 9 00:32:35 2002
http://www.notam02.no/arkiv/src/k_vst~-0.2.3.tar.gz