| Value | Meaning |
|---|---|
| sequenceNumber0x00 | 0x00 |
| text0x01 | 0x01 |
| copyright0x02 | 0x02 |
| sequenceName0x03 | 0x03 |
| instrumentName0x04 | 0x04 |
| lyric0x05 | 0x05 |
| marker0x06 | 0x06 |
| cuePoint0x07 | 0x07 |
| midiChannelPrefix0x20 | 0x20 |
| endOfTrack0x2F | 0x2F |
| setTempo0x51 | 0x51 |
| smpteOffset0x54 | 0x54 |
| timeSignature0x58 | 0x58 |
| keySignature0x59 | 0x59 |
| sequencerSpecific0x7F | 0x7F |
MetaEventType enumerates the possible meta event types.
Cast to ubyte to get the underlying value.
Note: do not use a value of this type in a final switch, because it might have a value that is not identified in this enum, since values can always be added later. See also: mididi.def.isMetaEvent