README.md
June 14, 2026 ยท View on GitHub
Eq
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).
Dependencies
JUCE: https://github.com/juce-framework/JUCE (8.0.13, included as a submodule)
Building
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'
Credits
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
License
GPL-3.0