Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ZL-Audio/ZLEqualizer

equalizer plugin
https://github.com/ZL-Audio/ZLEqualizer

Last synced: 3 months ago
JSON representation

equalizer plugin

Lists

README

        




# ZLEqualizer
![pluginval]()

ZLEqualizer is an equalizer plugin.

[![](https://drive.google.com/uc?export=view&id=1-hmRNQ351Uqc7sCrt_4JRD1LU_MlrZbg)](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)

[Friz](https://github.com/bgporter/animator) by [bgporter](https://github.com/bgporter)

[fontaudio](https://github.com/fefanto/fontaudio) by [fefanto](https://github.com/fefanto)

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)