CV Input Signal Types

CV Input Signal Types #5 — V/Octave (1V/Oct)

V/Octave CV signal — Constructivist linocut illustration
PropertyValue
CategoryPitch
Voltage Range-5V..+5V (typ.), up to -3V..+7V or 0..+10V
PolarityBipolar
BandwidthDC..~100Hz (portamento, fast sequences)
Precision<1 cent over 5+ octaves targeted

Description

The V/Octave signal is the Eurorack standard for pitch control. Each volt of voltage change doubles (or halves) the frequency — corresponding to one octave. 1/12 volt equals a semitone, 1/1200 volt equals one cent.

For a usable range of 8–10 octaves, the input stage must map 8–10V of voltage swing at a resolution of <1mV (corresponding to ~1.7 cents).

Use Cases

Eurorack Examples (Mutable Instruments)

Hardware Implementation

Input Stage: Inverting Summing Amplifier

Topology: MCP6004, single supply (V+=3.3V, V-=GND), -10V reference (LM4040DBZ-10, fed from the -12V Eurorack rail via series resistor).

Plaits CV pitch input — inverting summing amplifier with MCP6004

Plaits-specific variant: The schematic above shows the Plaits variant with R_ref = 140k (instead of 200k). This shifts the offset from 1.65V to 2.36V and maps the asymmetric range -3V..+7V — optimized for V/Oct signals that are primarily positive (C1 ≈ 0V upward). The general topology is identical; only the resistor values differ.

Resistor values for -5V..+5V → 3.3V..0V:

R_inR_refR_fbV_refV_in=-5V→V_outV_in=0V→V_outV_in=+5V→V_out
100k200k33k-10V3.3V1.65V0V

Transfer function: V_out = -(V_in × 33k/100k + (-10V) × 33k/200k) = -(V_in × 0.33 - 1.65)

Signal is inverted (higher input voltage → lower ADC value). Conversion in software.

Precision Requirements

Calibration (Firmware)

Multi-point calibration (recommended): Two-point calibration (slope + offset) suffices for 3–4 octaves. For >5 octaves, multi-point calibration is superior:

  1. Feed known voltages (e.g., 1V, 3V, 5V)
  2. Record ADC values
  3. Linear interpolation or cubic spline between support points
  4. Compensates op-amp nonlinearity near the rails and reference errors

ADC Requirements