Implementation of a bunch of JUCE tutorials in a single package
Run the following commands. When using Linux, check if you have all the JUCE dependencies installed.
git clone --recursive git@github.com:ernijsyoyo/eqPlugin.gitmkdir build && cd buildcmake ../eqPlugin/cmake --build . --parallel
Note: the parallel flag is optional for a faster compilation