class Haematite::PresetInfo
- Haematite::PresetInfo
- Reference
- Object
Overview
Used during SoundFont loading to contain information for a preset.
Defined in:
haematite/preset.crClass Method Summary
-
.fromChunk(stream : IO, size) : Array(PresetInfo)
Creates an array of
PresetInfo
instances withsize
elements from the given stream.
Instance Method Summary
-
#bankNumber : UInt16
The bank this preset is part of.
-
#genre : Int32
The genre that describes this preset.
-
#library : Int32
The name of the library this preset is part of.
-
#morphology : Int32
The preset's morphology.
-
#name : String
The name of the preset.
-
#patchNumber : UInt16
The patch number associated with this preset.
-
#zoneEndIndex : UInt16
The end of the zones for this preset.
-
#zoneStartIndex : UInt16
The of the zones for this preset.