Searched refs:MIDI_CMD_NOTE_ON (Results 1 – 2 of 2) sorted by relevance
234 #define MIDI_CMD_NOTE_ON 0x90 /**< note on */ macro
484 command(track, MIDI_CMD_NOTE_ON | (ev->data.note.channel & 0xf)); in record_event()