juandagilc / Audio-Effects

Collection of audio effects plugins implemented from the explanations in the book "Audio Effects: Theory, Implementation and Application" by Joshua D. Reiss and Andrew P. McPherson.
713 stars 129 forks source link

How to build? #3

Closed lattice0 closed 3 years ago

lattice0 commented 3 years ago

I'm a bit confused. The readme says build but only tells how to clone.

I see no CMakeLists.txt.

How should I build?

Thank you so much

juandagilc commented 3 years ago

These plugins were made using the JUCE framework. In the folder of each plugin there is a .jucer file that you can open with the Projucer (JUCE's project manager). The instructions to clone the project are also to clone the version of JUCE that was used when the last commit of this repo was made, so you should be able to compile the Projucer and then build the plugins. In the Projucer you can choose what IDE or build system you want to use. I have not tried using CMake but I guess you can if you want.