Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Dasoundef.h233 #define MIDI_CMD_NOTE_OFF 0x80 /**< note off */ macro
/third_party/alsa-utils/seq/aplaymidi/
Darecordmidi.c490 command(track, MIDI_CMD_NOTE_OFF | (ev->data.note.channel & 0xf)); in record_event()