Skip to content

suroge/equalize_it

Repository files navigation


Logo

Equalize It

12-band parametric EQ

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. License

About The Project

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

Installation

  1. Clone the repo with submodules

    git clone https://github.com/SmEgDm/equalize_it.git --recursive
  2. Set the formats you need in CMakeLists.txt (all formats can be found here)

    set(FORMATS [<format> ...])

Build

  1. Configure the project

    cmake -B build G <generator>
  2. 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.