Foundations
Start with signal flow, modulation basics, and first sound design patches.
- CV vs audio
- oscillator, filter, VCA
- envelopes and LFOs
A practical introduction to modular synthesis as a system of roles, signal flow, and deliberate patch construction.
Start with signal flow, modulation basics, and first sound design patches.
Theory, structure, and practical context are all driven from content files.
Concrete repository anchors already exist for this lesson track.
By the end of this lesson, you should understand:
Modular GenesisModular synthesis is a way of building an instrument from separate functional blocks.
Instead of opening one fixed synthesizer with a prewired internal structure, you connect the parts yourself and decide what each stage of the system does.
That means the instrument is not defined in advance. The instrument appears only when the patch is built.
In practice, most beginner patches are made from a small number of clear roles:
In VCV Rack, this means the instrument is not a single plugin with a hidden architecture. The patch itself is the instrument.
Modular Genesis is not centered on presets. It is centered on systems.
That matters because every later topic in the project depends on understanding how larger behavior is built from smaller units:
If you skip this systems view, later lessons can feel like a pile of disconnected techniques. If you understand it early, the whole roadmap becomes more coherent.
A fixed synthesizer usually gives you a mostly complete signal path from the start. Even if the interface exposes many controls, the internal structure is already decided for you.
Modular synthesis changes the question.
Instead of asking:
you start asking:
This is the real mindset shift. Modular work is not only about cables. It is about understanding function and order.
A very small beginner patch can be described like this:
graph LR
VCO[VCO<br/>Sound Source] --> VCF[VCF<br/>Timbre]
VCF --> VCA[VCA<br/>Level]
VCA --> AUDIO((AUDIO<br/>Output))
classDef default fill:#1A202C,stroke:#2D3748,stroke-width:2px,color:#E2E8F0;
classDef accent fill:#2C7A7B,stroke:#319795,stroke-width:2px,color:#E6FFFA;
class VCO,VCF,VCA default;
class AUDIO accent;
This is not the only correct structure, but it is a useful first model.
The oscillator creates raw audio material.
It answers the question:
Without a source, there is nothing to shape.
The filter shapes the timbre by removing or emphasizing parts of the frequency spectrum.
It answers the question:
Bright, dull, narrow, hollow, or aggressive colors often begin here.
The amplifier controls level.
It answers the question:
Even if beginners think of it as “just volume,” it becomes one of the most important control points in modular synthesis.
The output stage sends the finished signal to your speakers, headphones, recording chain, or DAW.
It answers the question:
One of the most important ideas in modular synthesis is that not every cable is doing the same job.
Some signals are:
Others are:
At this stage, you do not need full technical precision yet. You only need to recognize that a modular patch usually contains both:
That distinction becomes central in the next lessons.
A useful beginner habit is to read a patch from left to right in terms of function:
This habit matters more than memorizing specific module brands.
A module is usually a role or function, not a whole finished instrument.
Beginners often try to use too many modules too early.
A clean four-block patch teaches more than a messy twenty-module patch you cannot explain.
Many people focus on oscillators and filters first, but the VCA is what makes control meaningful. Later, envelopes and modulation often become most useful when they act through a VCA.
Each cable should answer a functional question. If you cannot explain what a connection does, the system is still unclear.
Open VCV Rack and identify these module roles:
Then write down, in one short sentence each:
If you can explain those four modules clearly, you already understand the first layer of modular thinking.
Build the simplest possible patch using the model below:
graph LR
VCO[VCO] --> VCF[VCF] --> VCA[VCA] --> AUDIO((AUDIO))
classDef default fill:#1A202C,stroke:#2D3748,stroke-width:2px,color:#E2E8F0;
classDef accent fill:#2C7A7B,stroke:#319795,stroke-width:2px,color:#E6FFFA;
class VCO,VCF,VCA default;
class AUDIO accent;
Then ask yourself:
These questions sound basic, but they are the foundation for every more advanced patch later.
The next lesson should make one distinction much clearer:
CV vs audioThis is the point where modular patches stop looking like a chain of boxes and start reading like an actual signal system.
Use the linked patch entries below as concrete repository anchors for this lesson track.
Adjacent lessons in the same track keep the topic progression coherent.
The first system diagram connects the modular engine, DAW layer, and visual output layer.