BeatWarp is an audio plug-in built with C++ and JUCE.
Clone the repository with its JUCE submodule:
git clone --recurse-submodules <https://github.com/BlindProducers/beatwarp>
cd beatwarpIf you have already cloned it without the submodule, run:
git submodule update --init --recursiveInstall CMake 3.22 or later, then configure and build:
cmake -S . -B build
cmake --build build --config Release