项目作者: Chowdhury-DSP

项目描述 :
Matrix delay effect
高级语言: C++
项目地址: git://github.com/Chowdhury-DSP/ChowMatrix.git
创建时间: 2020-10-24T22:26:36Z
项目社区:https://github.com/Chowdhury-DSP/ChowMatrix

开源协议:BSD 3-Clause "New" or "Revised" License

下载


CHOW Matrix

Download Latest
CI
License
Downloads

CHOW Matrix is a delay effect, made up of an infinitely growable
tree of delay lines, each with individual controls for feedback,
panning, distortion, and more. ChowMatrix is available as a VST,
VST3, AU, LV2, AUv3, AAX, and Standalone Application.

Pic

Installing

To download the latest release, visit the
official website.
If you would like to try the most recent builds (potentially
unstable) check out the
nightly builds.

Building

To build from source, you must have CMake installed.

  1. # Clone the repository
  2. $ git clone https://github.com/Chowdhury-DSP/ChowMatrix.git
  3. $ cd ChowMatrix
  4. # initialize and set up submodules
  5. $ git submodule update --init --recursive
  6. # build with CMake
  7. $ cmake -Bbuild
  8. $ cmake --build build --config Release

The built plugins will be located in ChowMatrix/build/ChowMatrix_artefacts/

Credits

License

ChowMatrix is open source, and is licensed under the BSD 3-clause license.
Enjoy!