Skip to content

ZL-Audio/ZLSplitter

Repository files navigation

ZLSplitter

pluginval License Downloads

ZLSplitter is a splitter plugin.

A short intro video is available at here.

Usage

See the manual 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

  1. git clone this repo

  2. Download CMAKE if you do not have it.

  3. Populate all submodules by running git submodule update --init in your repository directory.

  4. Follow the JUCE CMake API to build the source.

For more details, please refer to the corresponding Github action workflows.

License

ZLSplitter is licensed under GPLv3, as found in the LICENSE.md file.

Copyright (c) 2024 - zsliu98

JUCE framework from JUCE

JUCE template from pamplejuce

fft-juce by Matthijs Hollemans

median-filter by suomela

Friz by bgporter

RemixIcon by Remix Design

Font from CMU Open Sans, Font Awesome and MiSans.

References

Vicanek, Martin. A New Reverse IIR Filtering Algorithm. (2022).

Redmon, Nigel. Cascading filters. (2016).

Fitzgerald, Derry. Harmonic/percussive separation using median filtering. (2010).