Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Dasoundef.h234 #define MIDI_CMD_NOTE_ON 0x90 /**< note on */ macro
/third_party/alsa-utils/seq/aplaymidi/
Darecordmidi.c484 command(track, MIDI_CMD_NOTE_ON | (ev->data.note.channel & 0xf)); in record_event()