Searched refs:UMP_MIDI1_MSG_SYSEX_END (Results 1 – 3 of 3) sorted by relevance
203 buf[size++] = UMP_MIDI1_MSG_SYSEX_END; in cvt_ump_sysex7_to_legacy()441 if (c == UMP_MIDI1_MSG_SYSEX_END) { in do_convert_to_ump()
352 buf[size++] = UMP_MIDI1_MSG_SYSEX_END; in cvt_ump_sysex7_to_event()1171 if (len > 0 && xbuf[len - 1] == UMP_MIDI1_MSG_SYSEX_END) { in cvt_sysex_to_ump()1176 if (xbuf[len - 1] == UMP_MIDI1_MSG_SYSEX_END) { in cvt_sysex_to_ump()
121 UMP_MIDI1_MSG_SYSEX_END = 0xf7, enumerator