Searched refs:note_event (Results 1 - 1 of 1) sorted by relevance
/third_party/alsa-lib/src/seq/ |
H A D | seq_midi_event.c | 67 static void note_event(snd_midi_event_t *dev, snd_seq_event_t *ev); 90 {SND_SEQ_EVENT_NOTEOFF, 2, note_event, note_decode}, 91 {SND_SEQ_EVENT_NOTEON, 2, note_event, note_decode}, 92 {SND_SEQ_EVENT_KEYPRESS, 2, note_event, note_decode}, 466 static void note_event(snd_midi_event_t *dev, snd_seq_event_t *ev) in note_event() function
|
Completed in 2 milliseconds