# ZLEqualizer
**Repository Path**: ZL-Audio/ZLEqualizer
## Basic Information
- **Project Name**: ZLEqualizer
- **Description**: No description available
- **Primary Language**: C++
- **License**: GPL-3.0
- **Default Branch**: develop
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 3
- **Forks**: 0
- **Created**: 2024-01-30
- **Last Updated**: 2025-09-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# ZLEqualizer
![pluginval]()
[](https://opensource.org/licenses/GPL-3.0)
[](https://somsubhra.github.io/github-release-stats/?username=ZL-Audio&repository=ZLEqualizer&page=1&per_page=30)
ZLEqualizer is an equalizer plugin.
[](https://www.youtube.com/watch?v=bC-mBDumzvU)
## Usage
See the wiki for details.
## Download
See the releases for the latest version.
**Please NOTICE**:
- the installer has **NOT** been notarized/EV certificated on macOS/Windows
- the plugin has **NOT** been fully tested on DAWs
## Build from Source
0. `git clone` this repo
1. [Download CMAKE](https://cmake.org/download/) if you do not have it.
2. Populate all submodules by running `git submodule update --init` in your repository directory.
3. Install [Boost](https://www.boost.org/).
4. Follow the [JUCE CMake API](https://github.com/juce-framework/JUCE/blob/master/docs/CMake%20API.md) to build the source.
## License
ZLEqualizer is licensed under GPLv3, as found in the [LICENSE.md](LICENSE.md) file.
Copyright (c) 2023 - [zsliu98](https://github.com/zsliu98)
JUCE framework from [JUCE](https://github.com/juce-framework/JUCE)
JUCE template from [pamplejuce](https://github.com/sudara/pamplejuce)
[farbot](https://github.com/hogliux/farbot) by [Fabian Renn](https://github.com/hogliux)
[Friz](https://github.com/bgporter/animator) by [bgporter](https://github.com/bgporter)
[fontaudio](https://github.com/fefanto/fontaudio) by [fefanto](https://github.com/fefanto)
[RemixIcon](https://github.com/Remix-Design/RemixIcon) by [Remix Design](https://github.com/Remix-Design)
Font from CMU Open Sans, Font Awesome and MiSans.
## References
Matched One-Pole Digital Shelving Filters, Martin Vicanek
Matched Second Order Digital Filters, Martin Vicanek
Cascading filters, Nigel Redmon
A Simple Method of Designing Multiple Order All Pole Bandpass Filters by Cascading 2nd Order Sections, Nello Sevastopoulos and Richard Markell
[Equalize It](https://github.com/suroge/equalize_it) by [suroge](https://github.com/suroge)
[Frequalizer](https://github.com/ffAudio/Frequalizer) by [ffAudio](https://github.com/ffAudio)