slicing
Documentation
- Slicer
Slicer is the entry point for K2K's MPC-style sampling workflow: take a recording, chop it into discrete slices, then pipe to Collage (assemble into sequences)… - Collage
Collage is K2K's MPC-style sequence assembler — turn a SliceContainer into a final piece of audio by laying out entries on a timeline, each entry being "play… - Slices Parser
Slices Parser is the "fan-out" node of the slicing workflow: it takes a SliceContainer and exposes each slice as its own ComplexBuffer output port, so you can… - Slices Concatener
Slices Concatener is the "fan-in" node — collects N independent ComplexBuffer inputs and packs them back into a SliceContainer. - Memory Slot
Memory Slot is a terminal node (no outputs) — it sends a single ComplexBuffer to a specific SlotBank slot, persisting it as a FLAC file under the active… - Slice Memory Slot
Slice Memory Slot exports an entire SliceContainer to consecutive SlotBank slots in one shot — typically the back-end of a slicing/Collage workflow. - Slicing
A butcher's block for sound, plus the bridge to the Player.