Delay
A delay pedal is a recording that plays back late — the entire category comes down to how the circuit stores that recording. This chapter covers the three ways pedals have done it: true analog BBD chips, the PT2399-style chip that sounds analog but is quietly digital inside, and a true digital delay's ADC-to-RAM-to-DAC path.
A delay pedal is, at its core, a recording that plays back late: feed it a note, and some amount of time later it hands that note back to you, usually blended with whatever you’re playing in the meantime. Every delay circuit ever built comes down to one design question — how is that brief recording actually stored? — and the answer splits the whole category into three genuinely different mechanisms, not just three tone flavors of the same idea.
The mental model: recording the echo of the echo
Picture a delay as a short loop of tape that’s constantly being recorded onto and played back from, a fixed distance behind where the recording head currently sits — the “delay time” is just how far behind that playback head trails the recording head. Feedback is what happens when you route some of that playback signal back into the recording input: instead of recording only your guitar, the circuit is now recording your guitar and the echo of your guitar, so the echo itself gets echoed, and so on, decaying a little more with each pass. That’s the entire mechanism behind every repeat you hear trailing off after a single note.
Three ways to build the “tape loop,” in order of how they actually store the signal
| Mechanism | How the signal is stored | Typical character |
|---|---|---|
| Analog BBD (bucket-brigade device) | A long chain of capacitor “buckets” passes a sampled voltage from one to the next, clocked in sequence — analog voltage the whole way through, never converted to a number | Warm, naturally darkening repeats — each pass through the bucket chain rolls off more high end |
| PT2399-style chip delay | A single inexpensive chip that samples the signal, stores it digitally, and reconstructs it — but at a low internal sample rate and bit depth, deliberately or as a cost tradeoff | Marketed and perceived as “digital,” but noticeably darker and grittier than a full-fidelity digital delay because of that low internal resolution |
| True digital delay (ADC → RAM buffer → DAC) | The incoming signal is converted to numbers, stored in a much larger, faster memory buffer, and converted back with much higher sample rate and bit depth | Clean, high-fidelity repeats that barely degrade even with heavy feedback — the circular buffer implementation covered in the Digital book is exactly this category |
The BBD row and the true-digital row are the two extremes most players actually mean when they say “analog delay” and “digital delay.” The PT2399-style middle row is the one that trips people up: it’s genuinely digital internally, but its low-resolution sampling gives it a lo-fi character closer to a BBD chip than to a full ADC/DAC digital delay — which is exactly why plenty of budget delay pedals marketed as “analog-voiced” or “warm digital” are quietly built around this same inexpensive chip rather than a true BBD chain.
Feedback and mix: the two controls that shape every delay regardless of mechanism
Every delay circuit, whatever it stores the signal in, exposes the same two controls because they’re the two knobs that actually define the repeats:
- Feedback (sometimes labeled “regeneration” or “repeats”) — how much of the delayed signal gets routed back into the circuit’s input, determining how many audible repeats you get before they decay into silence. Turned high enough, feedback approaches or exceeds unity gain, and the repeats stop decaying — they sustain indefinitely or build in volume, a deliberately-chased effect called self-oscillation.
- Mix (or “level”) — how much of the delayed signal is blended back in with the dry, unprocessed signal, independent of how many repeats there are or how long they last.
Common mistake: not distinguishing a runaway feedback control from a broken pedal
Turning the feedback knob past a certain point on almost any delay causes the repeats to stop decaying and instead build in volume or sustain indefinitely — a shrieking, cascading buildup that sounds like a malfunction to someone encountering it for the first time. This is the circuit doing exactly what feedback greater than or equal to unity gain does by definition, not a fault, and it’s a legitimate, deliberately-used technique (self-oscillating delay) rather than something to debug. If a build’s repeats run away at a much lower feedback setting than expected, or won’t reach self-oscillation at all even at maximum, that is worth checking against the schematic’s predicted gain at that stage using the debugging approach — but a delay that screams at 90% feedback and behaves normally below that is working correctly.