Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.22 KB

README.md

File metadata and controls

45 lines (37 loc) · 1.22 KB

Eq

A simple but fully functional equalizer plugin made with the Juce framework, customizing Juce's LookAndFeel class and the behavior of some components. Available as VST3 (Linux, Mac and Windows) and AudioUnit (Mac). Work in progress.



Dependencies

Juce: https://github.com/juce-framework/JUCE ('juce6' branch, already included as a submodule)

Building

git clone https://github.com/witte/Eq.git --recurse-submodules
cd Eq
cmake -S . -B build
cmake --build build        # Plugin will be at 'build/Eq_artefacts/VST3'

Credits

The spectrum analyzer has code from https://github.com/ffAudio/Frequalizer for the fifo's and the overall 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