This project provides a 6-band Parametric Equalizer built using JUCE and the juce::dps
module.
The code is based on the work of Foley Finest and has been forked in order to continue development for my personal needs, since, at the time of writing, the original project is unmaintaned since 2022.
Pre-built VST3 or Audio Unit are available over the Releases page.
After download, move the VST/AU file to the expected location of your OS.
Note for macOS users: the Audio Unit is self-signed. To use it you will need to remove the quarantine flag using xattr -rd com.apple.quarantine path/to/frequalizer.component
after downloading.
Clone this repo and its submodules:
git clone --recurse-submodules https://github.com/mttbernardini/frequalizer
cd frequalizer
Use CMake to build:
cmake -B build
cmake --build build
You'll find the built plugins under dist/
.