I’m making VST plugins with JUCE
After hacking away making a plugin with the VST3 SDK, I decided to try out the JUCE framework. It is a cross-platform framework with a lot of audio and DSP functions.
After hacking away making a plugin with the VST3 SDK, I decided to try out the JUCE framework. It is a cross-platform framework with a lot of audio and DSP functions.
This is the first post where I try to write something about audio processing in C++ on a very basic level. Digital Signal Processing, DSP, is when you have a digital signal and manipulates it mathematically.