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.
Here is some information on where your VST plugins are stored on your Mac.
You install some VST plugins, but one day you realize that you haven’t got a a clue where your plugins are installed. Here are some tips on where to find them.
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.