Skip to main content

Module instrument

Module instrument 

Source
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§

LoadedInstrument
Loaded instrument — zones with their audio buffers in memory.
RoundRobinState
Round-robin state for zone selection (stored in SamplerNode, not in SamplerInstrument).
SampleZone
A single sample zone — maps a note/velocity range to an audio file.
SamplerInstrument
A complete sampler instrument.
ZoneGroup
A group of sample zones that share the same note/velocity range.

Enums§

ArticulationType
How a sample behaves during playback.
RoundRobinMode
Round-robin selection strategy for zone groups.