home/ modules/ chopping-and-slicing-samples

Chopping and slicing: from phrase to playable slices

  • learner can chop a recorded phrase into triggerable slices and re-sequence them into something new
  • learner can pick the right slicing mode (transient/beats/regions/manual) for the material at hand and justify the choice
  • learner can slice a break to a MIDI drum rack and re-sequence its hits from the pads
  • learner can apply micro-looping and vocal-chop techniques to disguise a source and create texture

Take one four-bar loop, choose a slicing mode for it (with a one-line note justifying the choice against the material), slice it to a MIDI drum rack, and produce a re-sequenced 16-bar passage that includes at least one micro-loop glitch and one percussive vocal chop.

Chopping is the move that turns found audio into an instrument. In a live-coding or pad-based set — whether you’re flipping a soul phrase hip-hop style or resequencing an amen for drum-and-bass — the four-bar loop you mined last module is dead weight until its hits are individually triggerable. This module builds toward exactly that whole task: one loop in, a 16-bar re-sequenced passage out, glitched and vocal-chopped enough that a listener can’t reconstruct the source.

Start supported: walk the five-step flow from “sample chopping turns a recorded phrase into triggered slices” against a clean, evenly-cut drum loop, letting transient detection do the cutting and tuning its sensitivity until every hit lands its own slice. Then widen the material — a long unbarred recording, a loose live take — and use the chop-mode-selection principle to justify beats, regions, or manual cuts instead; the capstone will ask you to state that justification for your own source. From there, “Slice to New MIDI Track” is your JIT pointer for getting slices onto a drum rack, where you re-sequence the hits from the pads. The final scaffolded exercises fold in the two texture moves: micro-looping tiny windows Jelinek-style, and shortening release on chopped vocal pads until the voice becomes percussion.

Every required atom gates the capstone — you cannot slice, mode-match, rack-map, glitch, or vocal-chop without them; the two drills (transient tuning, slice-to-rack) must become reflexive because you’ll repeat them for every new source. Supporting atoms enrich the picture: the contiguous-vs-interleaved mapping concept (authored around SOURCE’s /reapply_layout, but the same choice underlies Ableton’s slicing — a drum rack of one-shot pads is the interleaved layout, while dropping the sample into a single Simpler played chromatically is the contiguous, melodic one), hardware-side chop-while-recording, Todd Edwards lineage, tempo-matching order on Maschine, lopsided-groove re-triggering, and velocity layering for when slices grow into instruments.

Runnable examples

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

sample-chop

s("breaks125:0").chop(8)

strudel-0020 · CC0

d1 $ chop 8 $ sound "break:0"

tidal-0019 · CC0

Atoms in this module

Required — these gate the capstone

Sample chopping turns a recorded phrase into triggered slices that are re-sequenced into something new
Procedure L2 First instrument C
Transient detection auto-drops slice points at clear amplitude hits in a waveform
Concept L2 First instrument C
The right chop mode depends on the material: transient for drums, beats for even loops, regions for unbarred audio, manual for uneven cuts
Principle L2 First instrument C
Ableton's Slice to New MIDI Track converts a break into a drum rack of individually triggerable slices
Procedure L2 First instrument CN
Micro-looping tiny windows inside a longer sample disguises the source and creates glitch texture
Procedure L2 First instrument CB
Chopping a vocal into sampler pads and shortening release turns it into a percussive element
Procedure L2 First instrument CB

Supporting — enrichment, not gating

Samplers can map multiple sounds to MIDI notes in contiguous (melodic) or interleaved (drum-pad) layouts
Concept L2 First instrument CN
The Akai MPC can mark slice points live while a sample is still recording
Procedure L2 First instrument CN
Todd Edwards pioneered treating individual vocal syllables as instruments by reversing, pitch-shifting, and chopping them rhythmically
Concept L2 First instrument CB
Velocity layers map different recordings to one pitch so harder playing triggers a different sample, not just a louder one
Concept L2 First instrument CB
Chop a loop and map its slices across the keyboard to re-trigger it in a lopsided grime rhythm
Procedure L2 First instrument C
On Maschine, tempo-matching must be done before chopping because its Sampler cannot warp in real time
Procedure L2 First instrument CN
Chopping and re-sequencing a sample turns any audio into a rhythmic-melodic instrument — timbre and rhythm at once
Concept L2 First instrument BF