Skip to content

Chowdhury-DSP/ChowMultiTool

Repository files navigation

ChowMultiTool

Download Latest CI License Downloads

ChowMultiTool is a swiss-army-knife sort of plugin, containing a handful of little effects and other things that I've found useful.

Screenshots

Title ScreenDrawn EQ
Math ShaperBand Splitter

Quick Links:

Tools:

  • EQ
  • Signal Generator
  • Waveshaper
  • Band-Splitter
  • Analog-style EQ
  • Brickwall Filters
  • State Variable Filters

Video walkthrough:

Walkthrough video link

Building

To build from scratch, you must have CMake installed.

Currently, the plugin has only been tested building with Clang (across Mac, Windows, and Linux). It is likely that the plugin would build fine with other major compilers, but for the moment, we're planning to ship Clang builds on all platforms.

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

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

Credits

License

ChowMultiTool is open source, and is licensed under the GPLv3 license. Enjoy!