SkillAgentSearch skills...

Eq

JUCE based equalizer plugin

Install / Use

/learn @witte/Eq
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Eq

<div> 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). </div> <br> <div align="center"> <img src="https://github.com/witte/Eq/actions/workflows/build.yml/badge.svg?job=linux" /> <img src="https://github.com/witte/Eq/actions/workflows/build.yml/badge.svg?job=mac" /> <img src="https://github.com/witte/Eq/actions/workflows/build.yml/badge.svg?job=windows" /> </div> <br> <div align="center"> <img src="Screenshot.png"/> </div> <br>

Dependencies

JUCE: https://github.com/juce-framework/JUCE (8.0.12, already included as a submodule) <br> <br>

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'
<br>

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:<br> https://fonts.google.com/specimen/Open+Sans+Condensed

Icons from Fefanto's FontAudio:<br> https://github.com/fefanto/fontaudio <br> <br>

License

GPL-3.0

Related Skills

View on GitHub
GitHub Stars61
CategoryDevelopment
Updated1mo ago
Forks10

Languages

C++

Security Score

95/100

Audited on Feb 28, 2026

No findings