Searched refs:note_decode (Results 1 – 1 of 1) sorted by relevance
/third_party/alsa-lib/src/seq/ |
D | seq_midi_event.c | 71 static void note_decode(const snd_seq_event_t *ev, unsigned char *buf); 88 {SND_SEQ_EVENT_NOTEOFF, 2, note_event, note_decode}, 89 {SND_SEQ_EVENT_NOTEON, 2, note_event, note_decode}, 90 {SND_SEQ_EVENT_KEYPRESS, 2, note_event, note_decode}, 620 static void note_decode(const snd_seq_event_t *ev, unsigned char *buf) in note_decode() function
|