Awesome
<a name="readme-top"></a>
<br /> <div align="center"> <img src="media/logo.svg" alt="Logo" width="80" height="80"> <h3 align="center">Equalize It</h3> <p align="center"> 12-band parametric EQ </p> </div> <h2>Table of Contents</h2> <ol> <li> <a href="#about-the-project">About The Project</a> <ul> <li><a href="#built-with">Built With</a></li> </ul> </li> <li> <a href="#getting-started">Getting Started</a> <ul> <li><a href="#prerequisites">Prerequisites</a></li> <li><a href="#installation">Installation</a></li> </ul> </li> <li><a href="#usage">Usage</a></li> <li><a href="#license">License</a></li> </ol>About The Project
<img src="media/plugin_screenshot.png" alt="Plugin Screenshot">The project is VST-plugin for equalization. The user interface includes a spectrum analyzer, a filter control panel, frequency response curves, and level meters.
There are 3 types of IIR-filters available:
- low pass;
- high pass;
- peak.
The releases have an installer for Windows, but if you want to test the plugin for other operating systems, try building it.
Built With
How to build
Prerequisites
- Install CMake version 3.21 or higher
- (Optional) Install Clang compiler for C++
- (Optional) Install Ninja generator
Installation
-
Clone the repo with submodules
git clone https://github.com/SmEgDm/equalize_it.git --recursive
-
Set the formats you need in
CMakeLists.txt
(all formats can be found here)set(FORMATS [<format> ...])
Build
-
Configure the project
cmake -B build G <generator>
-
Run build
cmake --build build --config Release
Usage
Add/Remove filters
The filter is added by double-clicking on an empty area of the spectrum analyzer. The filter can be removed by pressing the right mouse button on the filter button (point on the spectrum analyzer).
Filter panel
To open the filter panel, click the filter button, and to hide it, click on an empty area. The panel is draggable.
License
Distributed under the GPL-3.0 License. See LICENSE
for more information.