Good resource for learning VST programming?

Started by Pizearke, June 06, 2012, 02:25:50

Previous topic - Next topic

Pizearke

I'm interested in writing VSTs, and I don't feel like buying synthedit, I want to work with the SDK, preferably with C++. Does anyone know any good examples or tutorials?

Right now I have a few examples but they're in C# and I don't think I'm committed enough to not use C or C++.


Saga Musix

My best recommendation is to use the JUCE framework. It will save you from many VST-specific brainfarts (because it is a layer ontop of the VST SDK), and you will be able to create other plugin types (for example Mac AU plugins) with the same code base and no additional code.
» No support, bug reports, feature requests via private messages - they will not be answered. Use the forums and the issue tracker so that everyone can benefit from your post.