Skip to main content
k2k audio logo k2k audio

Back to Slicing
Documentation tree

Slices Concatener

Slices Concatener is the "fan-in" node — collects N independent ComplexBuffer inputs and packs them back into a SliceContainer.

Parameters

[Parameters not yet documented — likely declared in source outside register_animatable(). Add an override in _overrides/ if needed.]

Additional controls

Input Count — Number of input ports, 1–64. Default 4. Adding ports creates new “Slice N” inputs to patch into; null/disconnected inputs are skipped during execution (so you don’t need to fill all of them). Adjust to match the slice count from your Slices Parser upstream.

About Slices Concatener

Slices Concatener is the “fan-in” node — collects N independent ComplexBuffer inputs and packs them back into a SliceContainer. Pairs naturally with Slices Parser: Slicer → Parser → [process each slice independently] → Concatener → Collage for assembly, or → Slice Memory Slot to export the processed slices to the sampler. The output container’s slice positions are computed from cumulative durations of the inputs (slice N starts after slices 0..N-1 end). Disconnected slots are skipped without leaving a gap — if you wire Slice 0 and Slice 3 only, you get a 2-slice container, not a 4-slice one with empty entries. Bypass passes only the first valid input as a single slice. All inputs must use the same sample rate (taken from the first valid input).


Generated 2026-05-05 from K2K_Dev@96730bdc by scripts/gen_lexique.py. Edit _intros/ or _overrides/, not this file.