Home
last modified time | relevance | path

Searched refs:MIDI_CMD_COMMON_SYSEX (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/include/
Dasoundef.h241 #define MIDI_CMD_COMMON_SYSEX 0xf0 /**< sysex (system exclusive) begin */ macro
/third_party/alsa-lib/src/seq/
Dseq_midi_event.c584 if (cmd == MIDI_CMD_COMMON_SYSEX) { in snd_midi_event_decode()