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.
I’m a Linux guy so I want to kill processes from the command line. A few commands that can be good to know when Windows processes not are behaving the way you want.
There is a problem when using Git Bash on Windows to run Python. It hangs. This is how you can fix it.