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/
Dclient_event_filter.c24 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()
Dseq-decoder.c9 [SND_SEQ_EVENT_NOTEON]= "Note On",
144 case SND_SEQ_EVENT_NOTEON: in decode_event()
/third_party/alsa-lib/src/seq/
Dseq_event.c20 [SND_SEQ_EVENT_NOTEON ... SND_SEQ_EVENT_KEYPRESS]
Dseq_midi_event.c89 {SND_SEQ_EVENT_NOTEON, 2, note_event, note_decode},
/third_party/alsa-lib/include/
Dseq_event.h53 SND_SEQ_EVENT_NOTEON, enumerator
Dseqmid.h387 ((ev)->type = SND_SEQ_EVENT_NOTEON,\
/third_party/alsa-utils/seq/aplaymidi/
Daplaymidi.c338 [0x9] = SND_SEQ_EVENT_NOTEON, in read_track()
695 case SND_SEQ_EVENT_NOTEON: in play_midi()
Darecordmidi.c482 case SND_SEQ_EVENT_NOTEON: in record_event()
/third_party/alsa-utils/seq/aseqdump/
Daseqdump.c135 case SND_SEQ_EVENT_NOTEON: in dump_event()
/third_party/alsa-lib/test/lsb/
Dmidi_event.c195 TEST_CHECK(ev.type == SND_SEQ_EVENT_NOTEON); in test_encode()
/third_party/alsa-utils/seq/aseqnet/
Daseqnet.c581 case SND_SEQ_EVENT_NOTEON: in print_event()