The MidiGroup class is used to provide formatting and data validation for MIDI 2.0 groups. For clarity, the 0-15 value used in all messages is the Index and the 1-16 value those are mapped to for user display, is the DisplayValue.
Constructors
MidiChannel(UInt8)
Create a MidiChannel with the specified channel Index (0-15)
Properties
Index
The data value, or channel Index (0-15)
DisplayValue
The number that should be displayed in any UI. (1-16)
Static Properties
ShortLabel
Returns the localized abbreviation. For example, “Gr” in English.
LongLabel
Returns the localized full name. For example, “Group” in English.
Static Methods
IsValidIndex(UInt8)
Verifies that the provided index is valid (between 0 and 15)