class Haematite::InstrumentInfo
- Haematite::InstrumentInfo
- Reference
- Object
Overview
Used during SoundFont loading to hold name and zone start/end information for an instrument.
Defined in:
haematite/instrument.crClass Method Summary
-
.fromChunk(stream : IO, size) : Array(InstrumentInfo)
Creates an array of
InstrumentInfo
instances ofsize
elements by reading from the given stream.