struct Haematite::SoundFontVersion
- Haematite::SoundFontVersion
- Struct
- Value
- Object
Overview
Represents a version number within a SoundFont.
Defined in:
haematite/soundfont.crConstructors
-
.new(major : Int16, minor : Int16)
Creates a new
SoundFontVersion
instance. -
.new(stream : IO)
Creates a new
SoundFontVersion
instance by reading data from the given stream.
Instance Method Summary
-
#major : Int16
The major component of the version number.
-
#minor : Int16
The minor component of the version number.
-
#to_s(io : IO)
Same as
#inspect(io)
.