UMP_MIDI1_MSG_REALTIME
if ((status & 0xf0) != UMP_MIDI1_MSG_REALTIME)
if ((c & 0xf0) == UMP_MIDI1_MSG_REALTIME) {
if ((cvt->buf[0] & 0xf0) == UMP_MIDI1_MSG_REALTIME)