A Multi-Tap delay audio plug-in that utilizes four delay lines to create a rhythmic pattern with the repeats.
- Time
- The Time knobs control the delay time for each delay line.
- Feedback
- The Feedback knobs control the amount of the output that's fed back into each delay line.
- Low-Cut and Hight-Cut
- High and Low Pass filters respectively
- Mix
- A unified WET/DRY Control.
- Detune
- The detune knobs can change the pitch of the repeats up to plus or minus of 50 cents.
- Sync
- Syncs the plug-in's BPM with the host DAW.
A global installation of JUCE is required in order to build the project using CMake. After cloning the JUCE repo, a global installation can be built by running:
cmake -B cmake-build-install -DCMAKE_INSTALL_PREFIX=/path/to/JUCE/install
cmake --build cmake-build-install --target install
git submodule update --init --recursive
cmake -B build -DCMAKE_PREFIX_PATH=/path/to/JUCE/install
cmake --build build --config Release
git submodule update --init --recursive
cmake -B build -DCMAKE_PREFIX_PATH=/path/to/JUCE/install -DCMAKE_BUILD_TYPE=Release
cmake --build build