CV Input Signal Types

CV Input Signal Types #13 — Generic Bipolar CV

Generic Bipolar CV signal — Constructivist linocut illustration
PropertyValue
CategoryBipolar / Modulation
Voltage Range-5V..+5V
PolarityBipolar
BandwidthDC..~1kHz

Description

Generic bipolar CV is a catch-all term for all bipolar modulation signals that are neither V/Oct (calibrated) nor audio-rate (too fast for standard ADC). It encompasses LFO outputs, envelope follower outputs, manual CV (joystick, fader), and arbitrary combinations from attenuverters/mixers.

The bipolar range enables modulation in both directions around a center value — e.g., filter cutoff can be both opened and closed.

Use Cases

Hardware Implementation

Standard Input Stage: OpAmp → Mux → ADC

Same topology as V/Octave (R_in=100k, R_ref=200k, R_fb=33k, -10V reference), but without the elevated precision requirements:

Anti-aliasing: Capacitor across R_fb. Value depends on sample rate:

Nyquist warning: The analog low-pass must match the sample rate! A 10kHz filter at 2kHz sample rate produces aliasing artifacts (frequencies between 1kHz and 10kHz fold into the digital signal).

Clipping behavior: Eurorack signals can reach ±12V. The 3.3V single-supply MCP6004 clips everything outside 0..3.3V and thus protects the ADS8866.

Firmware Requirements