Home
last modified time | relevance | path

Searched refs:MIDI_CMD_CONTROL (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-utils/seq/aplaymidi/
Darecordmidi.c502 command(track, MIDI_CMD_CONTROL | (ev->data.control.channel & 0xf)); in record_event()
525 command(track, MIDI_CMD_CONTROL | (ev->data.control.channel & 0xf)); in record_event()
537 command(track, MIDI_CMD_CONTROL | (ev->data.control.channel & 0xf)); in record_event()
552 command(track, MIDI_CMD_CONTROL | (ev->data.control.channel & 0xf)); in record_event()
/third_party/alsa-lib/include/
Dasoundef.h236 #define MIDI_CMD_CONTROL 0xb0 /**< control change */ macro
/third_party/alsa-lib/src/seq/
Dseq_midi_event.c660 cmd = MIDI_CMD_CONTROL|(ev->data.control.channel & 0x0f); in extra_decode_ctrl14()
711 cmd = MIDI_CMD_CONTROL|(ev->data.control.channel & 0x0f); in extra_decode_xrpn()