Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.48 KB

README.md

File metadata and controls

34 lines (18 loc) · 1.48 KB

Frequalizer

Build Status

Frequalizer Screenshot

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.

⚠️ Compatibiliy Note: branding and IDs are replaced with my own! This plugin is NOT compatible with the original Foley Finest's Frequalizer and is treated as a different plug-in by Audio Hosts and DAWs.

Download

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.

Build

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/.