This content is currently under development. If you are an editor, enter your password.
Sound Design Exercises
Asset not found in manifest.
Theory becomes real when you build something. The exercises in this chapter are built around creative constraints — limited modules, specific targets, time pressure, forced problem-solving. Each one is designed to push a specific kind of thinking. The descriptions include what the exercise is, why it works as a learning tool, and how to approach it.
Exercise 1: No-Oscillator Synth Sound
The constraint: Create a synthesizer sound without using any oscillator module.
It sounds impossible until you remember what else generates signal. Noise modules output a signal. Self-oscillating filters ring at a pitch. Feedback paths in delays generate tones. Envelope generators, when triggered fast enough, produce waveforms. A resonant bandpass filter pinged by a fast clock is a pitched sound source. So is a comb filter with high feedback, or a ring modulator fed by two envelope followers.
The point of the exercise is to break the assumption that synthesis starts with an oscillator. Most synths have one. All the synthesis methods covered in earlier chapters assume one. But the oscillator is a convenience, not a requirement. Sound is vibration, and there are many ways to make something vibrate.
How to approach it:
- Start with a noise source. White noise contains all frequencies. Run it through a sharply resonant bandpass filter and you have a pitched tone.
- Try a delay line with feedback past 100%. The delay time determines the pitch.
- Build a self-oscillating filter: set a VCF to maximum resonance with no input. Many filter modules will ring on their own.
- Use an envelope generator triggered by a fast clock (100+ triggers per second). The repeating envelope shape becomes a waveform at audio rate.
Exercise 2: No-Sequencer Sequence
The constraint: Create a melodic sequence using a single oscillator, without any sequencer module.
If you cannot use a sequencer to tell the oscillator what pitch to play, you need to find other ways to change pitch over time. LFOs into a quantizer produce stepped pitch patterns. Sample-and-hold modules driven by noise sources create random melodies. An envelope with a long attack, patched to the oscillator’s frequency input, creates a rising pitch gesture — layer two or three envelopes with different attack times and you get complex pitch contours.
This exercise teaches that a sequencer is one tool for creating patterns, but not the only tool. Generative music often avoids sequencers entirely, building melodic motion from interacting modulation sources. The exercise also deepens understanding of CV: every pitch change is a voltage change, and there are dozens of ways to create voltage changes without a step sequencer.
How to approach it:
- Patch a slow LFO through a quantizer into the oscillator’s V/Oct input. The quantizer snaps continuous voltage to discrete semitones, turning a smooth LFO sweep into a stepped melody.
- Use a sample-and-hold module: white noise into the input, clock into the trigger. Each clock pulse grabs a random voltage from the noise. Quantize the output for pitched notes.
- Combine multiple LFOs at different speeds. When two or three unsynced LFOs sum together and pass through a quantizer, the resulting pitch pattern is long and non-repeating.
Exercise 3: The Three-Sound Challenge
The constraint: Learn a new synthesizer (Vital), then make three specific sounds within an hour: a plucky bass, an electric piano (Rhodes or Wurlitzer style), and a cymbal.
This exercise tests whether you can apply synthesis concepts learned in VCV Rack to an unfamiliar environment. Spend the first hour learning Vital’s interface — where the oscillators are, how modulation routing works, how to access the filter and envelope sections. Then start building.
Each target sound tests different skills:
Plucky bass: Short amplitude envelope with a fast attack and short decay. The filter envelope should track the amplitude — quick brightness that decays with the note. Low oscillator pitch, saw or square waveform for harmonic content. The “pluck” character comes from the envelope speed: attack under 5 ms, decay around 200-400 ms, no sustain.
Electric piano: Two oscillators slightly detuned for warmth, or FM synthesis between two operators (the Rhodes uses FM at its core — a tine struck by a hammer is a mechanical FM system). Medium amplitude envelope with moderate attack, full sustain, medium release. A touch of overdrive adds the characteristic bark. Velocity sensitivity on the amplitude and filter gives dynamic response.
Cymbal: Noise-based, or multiple detuned oscillators at inharmonic intervals to simulate the complex vibration modes of a metal plate. No sustained pitch — the fundamental should be buried or absent. A highpass filter removes the low end. Fast attack, moderate decay, no sustain. Ring modulation between two oscillators at non-integer ratios creates the metallic inharmonicity.
Save your patches. Compare them with others if you are working through this guide in a group. The differences between people’s approaches to the same constraint are always instructive.
Exercise 4: One-Voice Drum Machine
The constraint: Build a complete drum kit using one oscillator, one VCA, and one EQ. A step sequencer controls everything.
The challenge: make a kick, a snare, a hi-hat, and at least one other percussion sound — all from the same single oscillator, switched between them by the sequencer.
The key is that each drum sound is a different set of parameter values applied to the same voice. A kick drum is a low-pitched sine with a fast pitch envelope that sweeps from high to low. A snare is a medium-pitched triangle mixed with noise, shaped by a short envelope. A hi-hat is filtered noise with a very short envelope. The sequencer does not just trigger notes — it changes the oscillator’s pitch, the envelope’s shape, and the EQ settings on each step.
Separating control signals that are normally bundled together. Instead of one sequencer controlling pitch, gate, and timbre simultaneously, each parameter gets its own sequencer running at its own step count. The interaction between the patterns creates complexity.
The task: program it to play different sounds on every step. The exercise demonstrates that drum sounds are not separate instruments — they are different states of the same synthesis voice, triggered in sequence.
How to approach it:
- Use a sequencer with CV outputs for pitch, gate length, and at least one modulation parameter.
- Map pitch CV to the oscillator: low for kick, mid for snare body, high (or noise) for hi-hat.
- Map a separate CV output to the filter/EQ: open for hats, closed for kick, bandpass for snare.
- Map gate length: long gate for kick (sustain the thump), short gate for hat (just a click).
- Use a fast pitch envelope for kick: the pitch sweeps from ~200 Hz down to ~50 Hz in about 30 ms.
Exercise 5: Processing External Audio Through a Synthesizer
The constraint: Take audio from outside VCV Rack — a recording, a live instrument, a microphone — and process it through your synth patch. The synth should transform the audio, not just add reverb.
The idea is to treat the synthesizer as a processor, not a generator. The external audio enters the synth’s signal path where an oscillator normally would, and everything downstream (filters, VCAs, envelopes, modulators) shapes it.
Interesting applications of this exercise:
- Envelope following: Use an envelope follower on the external audio to extract its amplitude contour. Use that contour to modulate filter cutoff, VCA level, or effect depth. The synth responds dynamically to the incoming audio.
- Pitch tracking: Some modules can track the pitch of an incoming signal and output a corresponding CV. Use that CV to drive other parameters — the external audio controls the synth.
- Vocoding: Use the external audio as the vocoder modulator and a synth oscillator as the carrier. The external audio provides the spectral shape while the synth provides the pitch.
- Granular processing: Feed the external audio into a granular module and scatter it into grains. The external signal becomes raw material for granular synthesis (see Chapter 11).
Exercise 6: De-Aggregated Sequencing
The constraint: Build a patch where the gate sequence and the note sequence are controlled by separate sequencers with different step counts.
Normally, a sequencer bundles pitch and gate together — step 1 plays note C for a quarter note, step 2 plays note E for an eighth note, and so on. De-aggregated sequencing separates those controls. One sequencer handles pitch. Another handles rhythm (gates). They run from the same clock but have different numbers of steps.
A 7-step pitch sequencer and an 8-step gate sequencer take 56 steps to repeat the same combination. A 5-step pitch pattern and a 16-step gate pattern take 80 steps. The math is simple (least common multiple), but the musical result is complex: phasing patterns that evolve slowly, with the same notes falling on different beats each time through.
How to approach it:
- Set up two sequencers driven by the same clock.
- Sequencer A outputs pitch CV with, say, 5 steps.
- Sequencer B outputs gate with, say, 8 steps.
- Patch Sequencer A’s pitch output to the oscillator’s V/Oct input.
- Patch Sequencer B’s gate output to the envelope’s gate input.
- Listen to how the pattern evolves over time. Change one sequencer’s step count and hear how the phasing relationship shifts.
Exercise 7: Three-Module Patch Challenge
The constraint: Pick three random modules from the VCV Rack library. You also get two VCAs and one effect (reverb or delay recommended). Set a timer for six minutes. Make a patch. Share it.
The time pressure is the point. Six minutes is not enough time to plan, deliberate, or second-guess. You have to act on instinct — what does this module do, what can I connect it to, what happens if I try this? The results range from chaotic noise to accidentally beautiful generative pieces. The timer forces you to commit to ideas instead of endlessly tweaking.
How to approach it:
- Pick modules you have never used before. The whole point is unfamiliar territory.
- Start by identifying which module makes sound (or could), which module modulates, and which module could be a utility (mixer, attenuverter, switch).
- Get sound to the output first. Worry about making it interesting second.
- Use the VCAs as your dynamic control. Use the effect to add space or feedback.
- When time is up, stop. Share what you have. The imperfection is part of the exercise.
Exercise 8: Recreate a Sound from a Record
The constraint: Listen to a specific sound from a real recording. Recreate it using synthesis.
Good targets include: any heavily distorted bass sound (identify the distortion types — see Chapter 13), a classic analog polysynth texture from the late 1970s or early 1980s, or even an animal vocalization like a cat meow (which leads directly into the physical modeling territory covered in Chapter 12).
The value of this exercise is in the analysis step, not the final product. Before you can recreate a sound, you have to listen to it carefully enough to identify its components: What is the waveform? What does the filter do? Is there modulation? What is the amplitude envelope? Is there distortion, and what kind? How does the sound change over its duration?
That analytical listening skill transfers directly to mixing, arrangement, and production. It also reveals the gap between perception and synthesis: sounds you have heard a thousand times turn out to be surprisingly complex when you try to build them from scratch.
How to approach it:
- Pick a sound. Something specific — not “a synth pad” but “the bass in the intro of this track.”
- Listen to it on repeat. Describe it in synthesis terms: waveform, filter behavior, envelope shape, modulation, effects.
- Build it step by step. Start with the waveform. Add the filter. Shape the envelope. Add modulation. Add effects last.
- Compare your version to the original. Where does it match? Where does it diverge? The divergences teach you the most.
Exercise 9: Build a Song from Synthesized Elements
The constraint: Assemble a complete piece of music where every element — melody, bass, chords, drums, effects — is synthesized. No samples, no presets.
This is the capstone. Use every technique covered in this guide — subtractive, FM, additive, wavetable, granular, physical modeling, effects processing — to build a complete composition.
The purpose is integration. Individual exercises build individual skills. A complete piece demands that those skills work together. The kick drum patch from Exercise 4 has to sit in a mix with the bass from Exercise 3 and the pad built with FM in an earlier chapter. Frequency conflicts, dynamic balance, and timbral coherence all matter — the same concerns that apply to any production, but here every sound was built from scratch. For more on mixing those elements together, see the Mixing and Synthesis Tools.
Exercise 10: Your Favorite Synth Sound
The constraint: Share your favorite synthesizer sound — from any source, any genre. Analyze it. Then recreate it from scratch.
Before diving into techniques, find a sound you love. Listen to it carefully. Discuss what makes it work. Identify the synthesis techniques involved.
The exercise establishes personal investment — you have a sound you care about, and understanding how it works is immediately motivating. If you are working through this guide with others, share your choices. Hearing what different people respond to always surfaces synthesis ideas you would not have found on your own.
How to approach it:
- Find the sound. Record it, sample it, or locate it on a streaming service.
- Describe it without synthesis jargon first. Is it warm? Sharp? Evolving? Static? Aggressive? Gentle? Wide? Narrow? These perceptual descriptions map to synthesis parameters: warm = filtered highs, sharp = fast attack with harmonic content, evolving = modulation over time.
- Translate the description into a patch plan. What oscillator type? What filter setting? What envelope shape? What modulation?
- Build it. Compare it. Revise it.
Going Further: Constraints Breed Creativity
Every exercise in this chapter uses a constraint. Limited modules. Specific targets. Time pressure. No oscillators. One voice. The constraints are not obstacles — they are the exercise. Without them, the task is “make a sound,” which is too open to teach anything specific. With them, the task becomes a puzzle, and solving it builds the kind of intuition that no amount of reading can replace.
The best approach is cyclical: work through an exercise, share results with someone (even if that someone is a recording you listen to a week later with fresh ears), then move to the next concept. The sharing is as important as the building. Hearing how different people approach the same constraint expands your own thinking about what is possible.
Impose your own constraints. Give yourself a time limit. Restrict your module count. Pick a target sound and try to match it before opening any reference material. The less room you give yourself to fall back on familiar habits, the more you will learn.
What to Practice
- Work through Exercises 1 through 5 in order. Spend at least one focused session on each. Save your patches.
- Do the Three-Module Challenge (Exercise 7) at least three times. Use different random modules each time. Save the results — even the ones that sound bad. Review them a week later with fresh ears.
- Pick one sound from a record you love and spend an hour trying to recreate it from scratch (Exercise 8). Write down what you learned from the attempt, especially the parts you could not get right.
- Build a complete 1-2 minute piece using only synthesized elements (Exercise 9). Every sound — from the kick drum to the reverb tail — should come from a synth you patched or programmed yourself. No presets, no samples.
This Course
- 1. What Is Synthesis?
- 2. Oscillators: Where Sound Begins
- 3. Filters: Sculpting the Spectrum
- 4. Amplifiers and Envelopes
- 5. Modulation: Making Sound Move
- 6. Subtractive Synthesis
- 7. FM Synthesis
- 8. Additive Synthesis
- 9. Wavetable Synthesis
- 10. Sampling as Synthesis
- 11. Granular Synthesis
- 12. Physical Modeling
- 13. Effects as Synthesis Tools
- 14. Patching and Signal Flow
- 15. Sound Design Exercises
- 16. Sources and Further Reading
Upcoming Events
Feedback or corrections
© 2026 Beat Kitchen School — beatkitchen.io. Licensed under CC BY-NC-SA 4.0. Free to share and adapt for non-commercial purposes with attribution.