Searched refs:SND_SEQ_EVENT_NOTEON (Results 1 – 11 of 11) sorted by relevance
/third_party/alsa-lib/test/ |
D | client_event_filter.c | 24 snd_seq_client_info_event_filter_add(client_info, SND_SEQ_EVENT_NOTEON); in main() 32 snd_seq_client_info_event_filter_del(client_info, SND_SEQ_EVENT_NOTEON); in main() 40 snd_seq_client_info_event_filter_add(client_info, SND_SEQ_EVENT_NOTEON); in main()
|
D | seq-decoder.c | 9 [SND_SEQ_EVENT_NOTEON]= "Note On", 144 case SND_SEQ_EVENT_NOTEON: in decode_event()
|
/third_party/alsa-lib/src/seq/ |
D | seq_event.c | 20 [SND_SEQ_EVENT_NOTEON ... SND_SEQ_EVENT_KEYPRESS]
|
D | seq_midi_event.c | 89 {SND_SEQ_EVENT_NOTEON, 2, note_event, note_decode},
|
/third_party/alsa-lib/include/ |
D | seq_event.h | 53 SND_SEQ_EVENT_NOTEON, enumerator
|
D | seqmid.h | 387 ((ev)->type = SND_SEQ_EVENT_NOTEON,\
|
/third_party/alsa-utils/seq/aplaymidi/ |
D | aplaymidi.c | 338 [0x9] = SND_SEQ_EVENT_NOTEON, in read_track() 695 case SND_SEQ_EVENT_NOTEON: in play_midi()
|
D | arecordmidi.c | 482 case SND_SEQ_EVENT_NOTEON: in record_event()
|
/third_party/alsa-utils/seq/aseqdump/ |
D | aseqdump.c | 135 case SND_SEQ_EVENT_NOTEON: in dump_event()
|
/third_party/alsa-lib/test/lsb/ |
D | midi_event.c | 195 TEST_CHECK(ev.type == SND_SEQ_EVENT_NOTEON); in test_encode()
|
/third_party/alsa-utils/seq/aseqnet/ |
D | aseqnet.c | 581 case SND_SEQ_EVENT_NOTEON: in print_event()
|