Home
last modified time | relevance | path

Searched refs:SND_SEQ_EVENT_NOTEON (Results 1 - 11 of 11) sorted by relevance

/third_party/alsa-lib/test/
H A Dclient_event_filter.c24 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 Dseq-decoder.c9 [SND_SEQ_EVENT_NOTEON]= "Note On",
144 case SND_SEQ_EVENT_NOTEON: in decode_event()
/third_party/alsa-lib/src/seq/
H A Dseq_event.c20 [SND_SEQ_EVENT_NOTEON ... SND_SEQ_EVENT_KEYPRESS]
H A Dseq_midi_event.c91 {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 Daplaymidi.c344 [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 Darecordmidi.c482 case SND_SEQ_EVENT_NOTEON: in record_event()
/third_party/alsa-lib/include/
H A Dseq_event.h53 SND_SEQ_EVENT_NOTEON, enumerator
H A Dseqmid.h427 ((ev)->type = SND_SEQ_EVENT_NOTEON,\
/third_party/alsa-lib/test/lsb/
H A Dmidi_event.c195 TEST_CHECK(ev.type == SND_SEQ_EVENT_NOTEON); in test_encode()
/third_party/alsa-utils/seq/aseqnet/
H A Daseqnet.c581 case SND_SEQ_EVENT_NOTEON: in print_event()
/third_party/alsa-utils/seq/aseqdump/
H A Daseqdump.c192 case SND_SEQ_EVENT_NOTEON: in dump_event()

Completed in 14 milliseconds