Foundations
Start with signal flow, modulation basics, and first sound design patches.
- CV vs audio
- oscillator, filter, VCA
- envelopes and LFOs
Understand the difference between one-shot shaping and repeating modulation, and use both to make a patch feel alive.
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:
LFO does and how it differs from an envelopeLFOs for motionA patch becomes musical when parameters change over time.
Static tone can be useful, but once a sound has shape, contour, and movement, the patch begins to feel intentional rather than merely connected.
Two of the most important time-based control sources in modular synthesis are:
LFOsBoth create change over time, but they do it in very different ways.
The previous lesson gave you a playable subtractive voice.
This lesson explains how that voice becomes expressive.
If you only understand oscillators, filters, and VCAs, you can make sound. If you understand envelopes and LFOs, you can make behavior.
That difference matters because later topics such as sequencing, generative motion, and performance control all depend on time-based modulation.
An envelope responds to an event such as a gate or trigger and creates a contour over time.
It is usually used when you want a parameter to follow the shape of a note or gesture.
Typical uses include:
VCA levelAn envelope is not usually repeating on its own. It is typically tied to something happening.
One of the most common envelope formats is ADSR:
Attack: how quickly the signal risesDecay: how quickly it falls after the initial peakSustain: the held level while the gate remains activeRelease: how quickly it fades after the gate endsYou do not need to memorize this as theory only. You should hear it as behavior.
For example:
An LFO, or low-frequency oscillator, creates repeating cyclic movement over time.
Unlike an envelope, it does not usually describe one event. It creates ongoing modulation.
Typical uses include:
An LFO answers a different question from an envelope:
This is the distinction that matters most:
If you confuse the two, your patches may still work, but they will be harder to control deliberately.
A practical beginner example looks like this:
graph LR
GATE[Gate/Trigger] -.-> ENV[Envelope]
ENV -.->|Level| VCA
LFO[LFO] -.->|Cutoff| VCF
OSC[Oscillator] ==> VCF[Filter] ==> VCA ==> OUT((Output))
classDef signal fill:#1A202C,stroke:#2D3748,stroke-width:2px,color:#E2E8F0;
classDef accent fill:#2C7A7B,stroke:#319795,stroke-width:2px,color:#E6FFFA;
classDef mod fill:#2A4365,stroke:#2B6CB0,stroke-width:2px,color:#EBF8FF,stroke-dasharray: 4 4;
class OSC,VCF,VCA signal;
class OUT accent;
class ENV,GATE,LFO mod;
Here the roles are clear:
LFO adds continuous motion to toneThis is a very strong beginner patch because each control source has a distinct job.
If you want to train your ear, solo the effects of each control source mentally.
Ask:
Ask:
This way of listening matters because modular work improves when you can hear the role of each modulation source separately.
If you are unsure where to send these signals, start here.
VCA levelVCA level for tremoloThese are not the only possibilities, but they are clear and educational.
If you want a sound to respond to a note event, an LFO often feels wrong because it keeps moving whether the note starts or not.
If you want ongoing animation, a one-shot envelope may feel too static or too dependent on retriggering.
Large modulation depth can hide the lesson. Start small so you can understand what the source is doing.
If you adjust too many controls together, it becomes hard to hear what each one contributes.
Using one subtractive voice, make two versions:
For the percussive version:
For the evolving version:
LFO movement to the filterThen write down:
LFO is controllingTake the same patch and test these variations one at a time:
VCA onlyLFO to filter onlyVCA plus LFO to filterThis exercise makes one thing very clear:
an envelope shapes events, while an LFO shapes motion.
You now have the core foundations of a playable subtractive voice:
VCALFOFrom here, the next logical expansion is sequencing and timing, where signals stop being only expressive and start becoming structured in rhythm and pitch.
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.