Searched refs:MIDI_CMD_CONTROL (Results 1 – 3 of 3) sorted by relevance
502 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()
236 #define MIDI_CMD_CONTROL 0xb0 /**< control change */ macro
660 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()