Hello all! I haven't been visiting this site lately because I was learning Python.
So, As music producer, I would like to program my own VST synthesizers with C++.
I have been searching online for help but there were no clear answers.
So my questions are,
1. Where do I start? (is there any library that can create VST?)
2. How much C++ knowledge does it requires?
3. I heard about steinburg's VST SDK. Is it good to learn?
Since I already know basics of programming and bit of OOP, learning C++ wouldn't be a problem.
Browse around various audio libraries. The phrase "make a VST" is generally more specific to making a plugin for existing software - you probably just want to synthesize sound using code without worrying about an existing application.