Expand description
Sampler instrument definition.
An instrument is a collection of sample zones. Each zone maps a note range + velocity range to an audio file.
Structs§
- Loaded
Instrument - Loaded instrument — zones with their audio buffers in memory.
- Round
Robin State - Round-robin state for zone selection (stored in SamplerNode, not in SamplerInstrument).
- Sample
Zone - A single sample zone — maps a note/velocity range to an audio file.
- Sampler
Instrument - A complete sampler instrument.
- Zone
Group - A group of sample zones that share the same note/velocity range.
Enums§
- Articulation
Type - How a sample behaves during playback.
- Round
Robin Mode - Round-robin selection strategy for zone groups.