C++ implementation of Matlabscripts from the book DAFX: Digital Audio Effects by Udo Zölzer.
I use JUCE to debug VST3 plugins inside hosts.
I did this for study purposes.
git clone https://github.com/zeloe/DAFX.git
cd DAFX
cmake -Bbuild
- Add stereo support for each class
- Refactor FX and make them Cmake compatible
- Still a bit chaotic.
- Will add more plugins in future
- Good resource -> ELSE