class Haematite::InstrumentInfo

Overview

Used during SoundFont loading to hold name and zone start/end information for an instrument.

Defined in:

haematite/instrument.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.fromChunk(stream : IO, size) : Array(InstrumentInfo) #

Creates an array of InstrumentInfo instances of size elements by reading from the given stream.


Instance Method Detail

def name : String #

def zoneEndIndex : Int32 #

def zoneStartIndex : Int32 #