Skip to content

imdepth/ChowMatrix

 
 

Repository files navigation

CHOW Matrix

Build Status License

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

Pic

Installing

To download the latest release, visit the Releases page. If you would like to try the most recent builds (potentially unstable) see the bin/ directory.

Building

To build from source, you must have CMake installed.

# Clone the repository
$ git clone https://github.com/Chowdhury-DSP/ChowMatrix.git
$ cd ChowMatrix

# initialize and set up submodules
$ git submodule update --init --recursive

# build with CMake
$ cmake -Bbuild
$ cmake --build build --config Release

Credits

License

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

Packages

No packages published

Languages

  • C++ 95.2%
  • CMake 2.5%
  • Shell 2.3%