Advertisement

programming with VST plugins?

Started by January 30, 2005 07:38 AM
2 comments, last by Kelly G 19 years, 10 months ago
Doe anybody know of a C++ library or tutorial having to do with using VST plugins: i.e. how to write a program that uses VST plugins?
Steinberg VST SDK?

Clicky
Advertisement
My suggestion to you is first to write a VST plugin and then "reverse-engineer" the format that it uses (it's pretty trivial considering it's just a dynamic link library with a set of predefined functions - the real challenge may lie in writing an automatic GUI wrapper that will allow you to load plugins that do not that their own GUI components). Have a look here for a tutorial on how to go about writing a plugin.

Hopefully this helps.
"Literally, it means that Bob is everything you can think of, but not dead; i.e., Bob is a purple-spotted, yellow-striped bumblebee/dragon/pterodactyl hybrid with a voracious addiction to Twix candy bars, but not dead."- kSquared
Thanks everybody. I'll look into both of those things.

This topic is closed to new replies.

Advertisement