MCPcopy Create free account
hub / github.com/Chowdhury-DSP/ChowMatrix

github.com/Chowdhury-DSP/ChowMatrix @v1.3.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.3.0 ↗ · + Follow
634 symbols 1,119 edges 110 files 50 documented · 8% updated 3y agov1.3.0 · 2021-12-21★ 33026 open issues

Browse by type

Functions 558 Types & classes 76
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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.

Quick Links

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.

# 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

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!

Core symbols most depended-on inside this repo

Shape

Method 481
Function 77
Class 70
Enum 6

Languages

C++100%

Modules by API surface

src/dsp/DelayNode.cpp30 symbols
src/dsp/Parameters/HostParamControl.cpp23 symbols
src/dsp/BaseNode.h23 symbols
src/dsp/Parameters/ParamHelpers.cpp21 symbols
src/dsp/ProcessorBase.h18 symbols
src/dsp/DelayNode.h16 symbols
src/gui/ParamSlider.cpp15 symbols
src/gui/MatrixView/DelayNodeComponent.cpp14 symbols
src/gui/MatrixView/GraphView.cpp13 symbols
src/gui/DetailsView/NodeDetailsComponent.cpp13 symbols
src/dsp/BaseNode.cpp12 symbols
src/dsp/Parameters/NodeParamControl.cpp11 symbols

For agents

$ claude mcp add ChowMatrix \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page