Vst/vsti Development

So I’ve recently found myself with a lot of free time on my hands and I would like to better my C++ dev chops so I thought I’d have a crack at some VST/VSTi development. I just downloaded the VST SDK and Visual C++ 2008 Express Edition and am ready to dig in.

I was wondering if anyone else has any experience with this type of development and if you could give me any pointers/tips/tutorials to look at. Anything that will get this VST dev n00b started off in the right direction. Thanks for the help!

I would look into JUCE. This will let you make plugins available also on mac as VST or AU and on Linux as VST. :)

That’s one hell of a library he’s put together. Thanks for the heads up, Suva!