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?
VST Plugin Help
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.
You will find my "very old one night code" wich might help a little bit.
Eriensa coded a stable vst host.
see www.raxntrax.comKarLKoX wrote: Eriensa coded a stable vst host.
it's free (donation-ware) and it's indeed, after a lot of trial and error, stable!
-
- Enthusiast
- Posts: 113
- Joined: Sun Jul 29, 2012 2:51 pm
Re: VST Plugin Help
And RaxnTrax was made with PureBasic?
Is the source code available?
Mike
Is the source code available?
Mike
Re: VST Plugin Help
see http://www.purebasic.fr/english/viewtop ... 69#p388469karmacomposer wrote:And RaxnTrax was made with PureBasic?
Is the source code available?
Mike
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.....