GitPedia

ChowMatrix

Matrix delay effect

From Chowdhury-DSP·Updated June 14, 2026·View on GitHub·

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. The project is written primarily in C++, distributed under the BSD 3-Clause "New" or "Revised" License license, first published in 2020. Key topics include: audio-effect, audio-plugin, audio-unit, delay, juce.

Latest release: v1.3.01.3.0
December 21, 2021View Changelog →

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.

<img src="./manual/screenshots/full_gui.png" alt="Pic" height="400">

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.

bash
# 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!

Contributors

Showing top 4 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from Chowdhury-DSP/ChowMatrix via the GitHub API.Last fetched: 6/15/2026