Hacker News new | ask | show | jobs
by LadyCailin 1298 days ago
I’ve always been interested in writing VSTs, but haven’t really known where to start (I also need a motivating idea for one, but I’m sure that would come.) Do you have any resources that you would recommend for an experienced programmer and composer?
3 comments

VST 2 was not so hard as you would imagine to get started. They are just a dll with a well defined interface. Sadly 2 is now deprecated by Steinberg but probably available. Don't know about VST 3.

However ... getting deep into DSP is another thing!

Check out the valhalla blog for DSP stuff. https://valhalladsp.com/blog/

Also, you might want to checkout CLAP rather than VST https://cleveraudio.org/

Or even better: https://github.com/iPlug2/iPlug2. Similar to JUCE but with a permissive license.
Checkout the JUCE framework, it makes a lot of stuff easier