home/ modules/ vcv-rack-modular-in-software

Modular in software: VCV Rack for learning & planning

  • learner can navigate VCV Rack — add modules, patch cables, and stack outputs
  • learner can apply VCV's voltage standards and cable types to build patches that transfer to hardware
  • learner can use VCV's polyphony model and gotchas (one-sample delay, dBFS) when prototyping

Recreate a hardware patch idea entirely in VCV Rack — correctly typed audio/CV cables, at least one polyphonic chain — and document how its voltages and quirks map to a real Eurorack build.

Eurorack is expensive and unforgiving: a wrong module choice costs hundreds of euros and rack space. This module builds the skill that saves you from that — prototyping a complete modular patch in VCV Rack so faithfully that it doubles as a shopping list and wiring diagram for a real build. That is how working modular artists actually plan systems, and it is also a legitimate performance rig in its own right for techno and ambient sets on a laptop.

The arc starts fully supported: install Rack, then get fluent with the two motions you will repeat hundreds of times — adding modules via the Module Browser (right-click an empty rack space) and fanning one output to many inputs with Ctrl-drag cable stacking. These are the part-task drills; they must become reflexes so your attention stays on the patch, not the tool. From there, exercises tighten the conceptual screws: distinguishing audio from CV cables, internalising the voltage standards (±5 V audio, 0–10 V CV, 10 V gates) and the 1 V/oct pitch convention, because these are exactly what transfer — or fail to transfer — to hardware. A final scaffolded step introduces a polyphonic chain and the two quirks that bite prototypers: the one-sample cable delay that silently breaks clock/reset ordering, and Rack’s dBFS metering where full scale is 10 V.

Every required atom is load-bearing for the capstone: you cannot recreate, correctly type, and document a transferable patch without them. The supporting atoms deepen the same territory — how mono modulation fans across polyphonic voices, why “signal type” is a functional convention rather than a physical one, and why raw modular output still needs mix processing — enrichment worth reading, but the capstone stands without them.

Runnable examples

Generated from the context/ instrument corpus by concept (redistributable idioms only). Do not edit — regenerate with gen-module-examples.mjs.

gain-staging

(saw 110) * dbamp (-12) >> audio

punctual-0010 · CC0-1.0

SinOsc s => Dyno d => dac; d.limit();

chuck-0028 · MIT

Atoms in this module

Required — these gate the capstone

VCV Rack is a free, near-limitless software modular synthesizer that closely approximates hardware Eurorack for learning and planning
Fact L1 Foundations EN
New modules are added in VCV Rack by right-clicking an empty rack space to launch the Module Browser
Procedure L2 First instrument EN
In VCV Rack, cables carry either audio signals or CV (control voltage) modulation signals
Concept L1 Foundations EB
VCV Rack defines standard signal voltages: ±5 V audio, 0-10 V or ±5 V CV, 10 V gates and triggers
Fact L2 First instrument EB
In VCV Rack a 1 V increase on a V/oct cable raises pitch by exactly one octave
Concept L1 Foundations EB
In VCV Rack you stack multiple cables on one output by Ctrl-dragging from that output
Procedure L2 First instrument E
A VCV Rack polyphonic cable carries up to 16 channels so one patch chain voices multiple notes
Concept L2 First instrument EB
Each VCV Rack cable adds a one-sample delay, which can cause clock/reset ordering bugs
Principle L3 Craft E
In VCV Rack 0 dBFS equals 10 V, and 0 dBVU sits at −18 dBFS by hardware convention
Fact L3 Craft ED

Supporting — enrichment, not gating

A VCV Rack cable can carry up to 16 voices; a mono modulation source fans out to all voices
Concept L3 Craft E
Every VCV Rack signal is a voltage; its 'type' is a functional convention, not a physical difference
Concept L1 Foundations EB
Raw modular output requires EQ, limiting, and compression to be mix-ready, just as any digital production chain would
Principle L3 Craft EDB