This content is currently under development. If you are an editor, enter your password.
Sampling as Synthesis
Asset not found in manifest.
People tend to think of sampling and synthesis as opposites. A synthesizer generates sound from scratch. A sampler plays back recorded sound. The distinction seems clear until you look at what samplers actually do — at which point the line dissolves almost completely.
A sampler that loops a single cycle of a recorded waveform is functionally identical to an oscillator. A sampler that maps a recording across a keyboard and processes it through filters, envelopes, and LFOs is running the same subtractive signal path as a Minimoog. A sampler that chops a recording into tiny fragments and reassembles them is performing a kind of synthesis that generates sounds the original recording never contained. These are not edge cases. They are how samplers have been used since the technology first appeared.
This chapter explores the continuum between sampling and synthesis, the instruments that defined it, and the techniques that sit in the overlap.
Samplers Are Synthesizers
A device or software instrument that records, stores, and plays back audio samples. Most samplers include synthesis-style processing: filters, envelopes, LFOs, and modulation routing. The sample replaces the oscillator as the sound source, but everything downstream is identical to a subtractive synthesizer.
Load a sawtooth single-cycle waveform into a sampler. Set the loop mode to continuous. Play a note. You hear a pitched sawtooth tone, identical in character to what an oscillator produces. The sampler is generating the same waveform by the same method — repeating a single cycle at a controlled frequency — but instead of calculating the waveform mathematically, it reads it from a stored file.
Now route that sample through the sampler’s filter. Set a low-pass with a decaying envelope on the cutoff. Add an amplitude envelope. You have a subtractive synthesizer, built entirely from a sampler’s architecture.
This is not a thought experiment. Early digital synthesizers — including the PPG (which you encountered in the wavetable chapter) — used exactly this approach. The technical distinction between “digital oscillator” and “single-cycle sample playback” is a matter of implementation, not of musical result.
What makes samplers different from oscillators is their ability to play longer recordings — multisampled instruments, drum hits, vocal phrases, ambient textures — and to manipulate those recordings in ways that go beyond simple waveform looping.
Single-Cycle Waveforms as Oscillators
A useful exercise: build an S1000-style sampler from scratch in VCV Rack using single-cycle waveforms as the sound source. It makes the connection between sampling and synthesis concrete. You load a single-cycle wave, loop it, control its pitch with a keyboard, and process it through the same filter-and-envelope chain you have been building all along.
A recorded or synthesized waveform exactly one period long, loaded into a sampler and looped to produce a sustained tone. Because the loop is seamless (the end connects back to the beginning with no discontinuity), the result is indistinguishable from a synthesizer oscillator. Single-cycle libraries provide hundreds of unique timbres that can be used as oscillator sources.
Single-cycle waveform libraries contain hundreds or thousands of unique wave shapes — captured from analog oscillators, FM tones, vocal formants, acoustic instruments, noise sources, and synthesized spectra that do not correspond to any standard waveform. Loading these into a sampler gives you an oscillator section with a timbral range that no single synthesizer can match.
The process in VCV Rack:
- Use a sample player module. Load a single-cycle .wav file.
- Set the loop mode so the sample repeats continuously.
- Route V/Oct (pitch CV from your keyboard) to the sample player’s pitch input, so different notes produce different frequencies.
- Route the output through a VCF and VCA with envelopes, as you did in the subtractive chapter.
You now have a synthesizer whose oscillator is a sampled waveform. Swap the single-cycle file and the timbre changes entirely — without changing any of the filter or envelope settings. This modularity (interchangeable oscillator sources feeding a fixed signal path) is the operational principle behind most modern soft synths and workstation keyboards.
How Samplers Became Synthesizers: A Short History
The key insight in sampling history is that each generation moved further from “reproduce a sound” toward “transform a sound” — which is synthesis.
The practice of recording an instrument at multiple pitches (and often multiple dynamics/velocities) across its range, then mapping each recording to a zone on the keyboard. When a note falls within a zone, the corresponding sample plays. This avoids the pitch-shifting artifacts that occur when a single sample is transposed too far from its original pitch.
The sampler-as-synthesizer architecture maps directly onto what you have been building in VCV Rack: a sample serves as the oscillator, passing through a resonant filter with an envelope controlling cutoff, an amplitude envelope controlling volume, and LFOs for modulation. Building an S1000-style sampler from scratch in VCV Rack is one of the most instructive exercises in this guide — by the end, you understand that a sampler is a synthesizer whose oscillator happens to be a recording.
Chopping: Sample Manipulation as Sound Design
Chopping is the practice of dividing a longer recording into shorter segments and reassembling them in a new order. It is one of the most creatively powerful things you can do with a sampler.
Take a two-bar drum loop recorded from vinyl. Chop it into individual hits — kick, snare, hat, ghost note, everything. Map each chop to a separate pad or key. Now you can replay those hits in any order, at any tempo, with any timing. The timbral character of the original recording is preserved (the room sound, the mic character, the mix), but the musical content is entirely yours.
Chopping extends beyond drums. Vocal phrases can be sliced into syllables and rearranged. Melodic passages can be diced into individual notes and replayed in new sequences. Ambient textures can be split into fragments and layered. Each chop is a raw material — the sampler becomes a collage instrument.
Using Samples as FM Modulators and Carrier Sources
The overlap between sampling and synthesis goes deeper than just “sample as oscillator.” You can use a recorded sample as a modulation source in contexts that other synthesis methods reserve for oscillators.
Route a sample’s output into the FM input of a VCO in VCV Rack. The sample’s waveform — with all its recorded complexity — modulates the oscillator’s frequency. The result is an FM tone whose spectral character is shaped by the content of the recording. A spoken word sample used as an FM modulator imposes formant-like structures onto the carrier. A drum loop used as a modulator creates rhythmic FM textures that follow the loop’s pattern.
The principle: any audio signal can function as a modulation source, and recordings contain more complex modulation data than any oscillator or LFO can generate mathematically. A spoken word sample as an FM modulator imposes formant-like structures onto the carrier. A drum loop creates rhythmic FM textures that follow the loop’s pattern. Try it with different source material — the timbral range is enormous.
The Continuum: Where Sampling Ends and Synthesis Begins
The categories blur intentionally. Consider these scenarios:
A sampler loading a single-cycle waveform and looping it is an oscillator. A wavetable synth scanning through recorded waveform snapshots is a sampler that reads very short samples in sequence. A granular engine (covered in the next chapter) that takes a recorded sound and reconstitutes it from thousands of tiny fragments is doing something that is neither pure sampling nor pure synthesis — it is transforming recorded material into something new using synthesis techniques.
The useful distinction is not between “sampled” and “synthesized” but between the degree of transformation. At one end of the continuum, a multisample library of a piano played through a clean signal path aims to reproduce the original instrument as faithfully as possible. At the other end, a single-cycle waveform extracted from that piano recording, loaded into a wavetable, morphed with spectral processing, and run through an FM feedback path produces a sound that bears no audible resemblance to the source. Both are sampling. Both are synthesis. The creative question is how far along the continuum you want to travel.
Understanding this continuum matters because modern production tools do not enforce clean categories. A soft synth might combine a sampled oscillator, an FM operator, a wavetable source, and a subtractive filter in a single patch. A DAW’s built-in sampler might offer granular processing, spectral effects, and synthesis-style modulation alongside standard sample playback. The concepts you have learned in chapters 1 through 9 — waveforms, filters, envelopes, modulation, FM ratios, additive spectra, wavetable morphing — apply across all of these contexts. The sample is just another starting point.
What to Practice
- Build an S1000-style sampler in VCV Rack. Load a single-cycle waveform into a sample player, set it to loop, route V/Oct to control pitch, and add a low-pass filter with a cutoff envelope and an amplitude envelope. Play it from a keyboard. Then swap the single-cycle waveform for a different one and hear how the character changes while the filter and envelope settings remain the same.
- Load a longer sample (a drum loop, a vocal phrase, a sustained instrument note) into a sample player and experiment with loop points. Set the loop to different portions of the sample and listen to how the sustained tone changes depending on which section of the audio is looping. Move the loop start point gradually through the sample while holding a note — this is a crude but effective form of wavetable-like scanning.
- Chop a drum loop into individual hits. Map each chop to a different trigger or key. Replay the hits in a new order at a new tempo. Then process the individual chops differently — filter one, pitch-shift another, reverse a third. Notice how the original recording’s character persists even through heavy manipulation.
- Route a sample’s output into a VCO’s FM input. Use different samples as the modulation source: a sine single-cycle (clean FM), a complex recorded waveform (textured FM), a drum hit (percussive FM), a vocal sample (formant-like FM). Each source produces a different family of timbres from the same carrier.
- If you have the Arturia CMI V or a similar vintage sampler emulation, load a sound into it and experiment with the instrument’s processing tools. Transpose it, filter it, loop different sections. Pay attention to the 8-bit character — the aliasing and bit-depth artifacts that gave early samplers their distinctive sound. These artifacts are a form of synthesis: the conversion process adds harmonic content that was not in the original recording.
- Take a sound you created in a previous chapter using FM or additive synthesis. Record one cycle of it, save it as a .wav file, and load it into a sampler or wavetable synth as a single-cycle waveform. You have now bridged two synthesis methods — the FM or additive engine generated the timbre, and the sampler engine provides the playback and further processing. This is how synthesis methods combine in practice.
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.