VST Plugin Help

Just starting out? Need help? Post your questions and find answers here.
wmorton
User
User
Posts: 81
Joined: Fri Jul 25, 2003 5:39 pm

VST Plugin Help

Post 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?
KarLKoX
Enthusiast
Enthusiast
Posts: 681
Joined: Mon Oct 06, 2003 7:13 pm
Location: France
Contact:

Post 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.
"Qui baise trop bouffe un poil." P. Desproges

http://karlkox.blogspot.com/
wmorton
User
User
Posts: 81
Joined: Fri Jul 25, 2003 5:39 pm

Post by wmorton »

Thanks, I'll take a look!
eriansa
Enthusiast
Enthusiast
Posts: 277
Joined: Wed Mar 17, 2004 12:31 am
Contact:

Post 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!
karmacomposer
Enthusiast
Enthusiast
Posts: 113
Joined: Sun Jul 29, 2012 2:51 pm

Re: VST Plugin Help

Post by karmacomposer »

And RaxnTrax was made with PureBasic?

Is the source code available?

Mike
eriansa
Enthusiast
Enthusiast
Posts: 277
Joined: Wed Mar 17, 2004 12:31 am
Contact:

Re: VST Plugin Help

Post 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.....
Post Reply