Page 1 of 1

VST Plugin Help

Posted: Thu Dec 11, 2008 5:34 pm
by wmorton
Hi

Is there any help anywhere for using VST plugins with PB?

I would like to do the following:

1. Load a VST plugin (OpenLibrary() seems to work)
2. Get a list of parameters and their values in a VST plugin (filter cut off, etc)
3. Select presets within the plugin, and update the values for the parameters accordingly.
4. Make changes to some parameters, then write an fxp file out.

This might be overly ambitious. I've downloaded the VST SDK from Steinberg, but I don't understand a word of it, can anyone help?

Posted: Sat Dec 13, 2008 2:03 am
by KarLKoX
http://www.purebasic.fr/english/viewtop ... hlight=vst

You will find my "very old one night code" wich might help a little bit.
Eriensa coded a stable vst host.

Posted: Sat Dec 13, 2008 10:09 am
by wmorton
Thanks, I'll take a look!

Posted: Sat Dec 13, 2008 1:12 pm
by eriansa
KarLKoX wrote: Eriensa coded a stable vst host.
see www.raxntrax.com
it's free (donation-ware) and it's indeed, after a lot of trial and error, stable!

Re: VST Plugin Help

Posted: Mon Aug 13, 2012 1:44 am
by karmacomposer
And RaxnTrax was made with PureBasic?

Is the source code available?

Mike

Re: VST Plugin Help

Posted: Tue Aug 21, 2012 12:40 pm
by eriansa
karmacomposer wrote:And RaxnTrax was made with PureBasic?

Is the source code available?

Mike
see http://www.purebasic.fr/english/viewtop ... 69#p388469

BUT : the source code of RaXnTraX will not be released, it's a work of 7 years + more than 70000 lines of code.

As stated in above message : the VST code will be released as soon as I can solve the problem with REAPER.....