Home
last modified time | relevance | path

Searched refs:SND_SEQ_EVENT_KEYPRESS (Results 1 – 9 of 9) sorted by relevance

/third_party/alsa-lib/src/seq/
Dseq_event.c20 [SND_SEQ_EVENT_NOTEON ... SND_SEQ_EVENT_KEYPRESS]
Dseq_midi_event.c90 {SND_SEQ_EVENT_KEYPRESS, 2, note_event, note_decode},
/third_party/alsa-lib/test/
Dseq-decoder.c11 [SND_SEQ_EVENT_KEYPRESS]= "Key Pressure",
146 case SND_SEQ_EVENT_KEYPRESS: in decode_event()
/third_party/alsa-lib/include/
Dseq_event.h57 SND_SEQ_EVENT_KEYPRESS, enumerator
Dseqmid.h415 ((ev)->type = SND_SEQ_EVENT_KEYPRESS,\
/third_party/alsa-utils/seq/aplaymidi/
Daplaymidi.c339 [0xa] = SND_SEQ_EVENT_KEYPRESS, in read_track()
697 case SND_SEQ_EVENT_KEYPRESS: in play_midi()
Darecordmidi.c494 case SND_SEQ_EVENT_KEYPRESS: in record_event()
/third_party/alsa-utils/seq/aseqdump/
Daseqdump.c147 case SND_SEQ_EVENT_KEYPRESS: in dump_event()
/third_party/alsa-lib/test/lsb/
Dmidi_event.c201 TEST_CHECK(ev.type == SND_SEQ_EVENT_KEYPRESS); in test_encode()