@midi_getMetaType(tab)
returns the meta-message type for the MidiMessage. If the message is not a meta message, then returns -1. See the standard midi file format.

The first byte of a meta message is a characteristic flag. The second byte specify the kind of meta message. So this function simply returns the second elemnt of the tab, if the first is the meta flag.

See also Handling Midi @hz2midi    @hz2midicent    @hz2symb    @midi_getChannel    @midi_getCommandByte    @midi_getCommand    @midi_getMetaType    @midi_isAftertouch    @midi_isController    @midi_isEndOfTrack    @midi_isMeta    @midi_isNoteOff    @midi_isNoteOn    @midi_isNote    @midi_isPatchChange    @midi_isPitchbend    @midi_isPressure    @midi_isTempo    @midi_read    @midi_track2ascii    @midi2hz    @midicent2hz    @symb2midicent