CV Input Signal Types

CV Input Signal Types #20 — Feedback CV

Feedback CV signal — Constructivist linocut illustration
PropertyValue
CategorySpecial
Voltage Range-5V..+5V
PolarityBipolar
BandwidthVariable (DC to audio-rate)

Description

Feedback CV arises when a module's output is patched back into its own input (self-modulation). This creates chaotic, self-reinforcing, or self-oscillating behaviors.

Electrically identical to generic bipolar CV. The challenge lies in latency: the delay through ADC → DSP → DAC determines the feedback behavior.

Use Cases

Hardware Implementation

Standard Input Stage: OpAmp → Mux → ADC

Identical to generic bipolar CV.

Latency Problem (critical!)

Strategies

  1. Feedback in software: Implement feedback path entirely internally (without DAC→ADC roundtrip) — eliminates hardware latency completely.
  2. Minimize latency: Small DSP buffers (e.g., 1 sample), DMA, no mux waiting. Practically hard to achieve below 0.5ms.
  3. Latency as feature: Deliberately use the comb filter effect (Karplus-Strong, delay-based synthesis).