Simple Single-Tap Delay Plug-in

Delay

A basic delay example, with an additional option to use a phasor to playback from the delay line. Programmed in C++ using the Maximilian DSP Library and the Juce framework for the GUI

Github link

Featured in above video: Valhalla VintageVerb by Valhalla DSP

The code for a basic delay, written in C, can be found in "The Audio Programming Book" (Richard Boulanger & Victor Lazzarini) Chapter 6.8. This chapter describes the role of the circular buffer and the basic logic behind programming a delay line.