Skip to content

A digital delay VST plugin that utilizes four delay lines to create a rhythmic pattern with the repeats.

License

Notifications You must be signed in to change notification settings

Tr3m/multi-tap-delay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Tap Delay

A Multi-Tap delay audio plug-in that utilizes four delay lines to create a rhythmic pattern with the repeats.

Controls

  • 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.

Building

Prerequisites

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

Building on Windows

git submodule update --init --recursive
cmake -B build -DCMAKE_PREFIX_PATH=/path/to/JUCE/install
cmake --build build --config Release

Building on MacOS/Linux

git submodule update --init --recursive
cmake -B build -DCMAKE_PREFIX_PATH=/path/to/JUCE/install -DCMAKE_BUILD_TYPE=Release
cmake --build build

About

A digital delay VST plugin that utilizes four delay lines to create a rhythmic pattern with the repeats.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published