Searched refs:SND_SEQ_EVENT_NOTEON (Results 1 - 11 of 11) sorted by relevance
/third_party/alsa-lib/test/ |
H A D | client_event_filter.c | 24 snd_seq_client_info_event_filter_add(client_info, SND_SEQ_EVENT_NOTEON); in main() 25 printf("after snd_seq_client_info_event_filter_add(client_info, SND_SEQ_EVENT_NOTEON);\n"); in main() 32 snd_seq_client_info_event_filter_del(client_info, SND_SEQ_EVENT_NOTEON); in main() 33 printf("after snd_seq_client_info_event_filter_del(client_info, SND_SEQ_EVENT_NOTEON);\n"); in main() 40 snd_seq_client_info_event_filter_add(client_info, SND_SEQ_EVENT_NOTEON); in main() 41 printf("after snd_seq_client_info_event_filter_add(client_info, SND_SEQ_EVENT_NOTEON);\n"); in main()
|
H A 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/ |
H A D | seq_event.c | 20 [SND_SEQ_EVENT_NOTEON ... SND_SEQ_EVENT_KEYPRESS]
|
H A D | seq_midi_event.c | 91 {SND_SEQ_EVENT_NOTEON, 2, note_event, note_decode}, 333 * - #SND_SEQ_EVENT_NOTEON 527 * - #SND_SEQ_EVENT_NOTEON
|
/third_party/alsa-utils/seq/aplaymidi/ |
H A D | aplaymidi.c | 344 [0x9] = SND_SEQ_EVENT_NOTEON, in read_track() 652 case SND_SEQ_EVENT_NOTEON: in fill_legacy_event() 692 case SND_SEQ_EVENT_NOTEON: in to_ump_status() 723 case SND_SEQ_EVENT_NOTEON: in fill_ump_event()
|
H A D | arecordmidi.c | 482 case SND_SEQ_EVENT_NOTEON: in record_event()
|
/third_party/alsa-lib/include/ |
H A D | seq_event.h | 53 SND_SEQ_EVENT_NOTEON, enumerator
|
H A D | seqmid.h | 427 ((ev)->type = SND_SEQ_EVENT_NOTEON,\
|
/third_party/alsa-lib/test/lsb/ |
H A D | midi_event.c | 195 TEST_CHECK(ev.type == SND_SEQ_EVENT_NOTEON); in test_encode()
|
/third_party/alsa-utils/seq/aseqnet/ |
H A D | aseqnet.c | 581 case SND_SEQ_EVENT_NOTEON: in print_event()
|
/third_party/alsa-utils/seq/aseqdump/ |
H A D | aseqdump.c | 192 case SND_SEQ_EVENT_NOTEON: in dump_event()
|
Completed in 14 milliseconds