ChowMultiTool is a swiss-army-knife sort of plugin, containing a handful of little effects and other things that I've found useful.
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
ChowMultiTool is open source, and is licensed under the GPLv3 license. Enjoy!