An equalizer plugin made with the JUCE framework, customizing JUCE's LookAndFeel class and the behavior of some components. Available as VST3 (Linux, macOS and Windows) and AudioUnit (macOS).
JUCE: https://github.com/juce-framework/JUCE (8.0.12, already included as a submodule)
git clone https://github.com/witte/Eq.git --recursive
cd Eq
cmake --preset default
cmake --build __build --config Release # Plugin will be at '__build/Eq_artefacts/Release/VST3'
The spectrum analyzer has some code from https://github.com/ffAudio/Frequalizer for the fifo's and the analyzer's curve drawing.
The main font is Steve Matteson's Open Sans Condensed:
https://fonts.google.com/specimen/Open+Sans+Condensed
Icons from Fefanto's FontAudio:
https://github.com/fefanto/fontaudio
GPL-3.0
