Home
last modified time | relevance | path

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

/third_party/alsa-lib/test/
Dseq-decoder.c15 [SND_SEQ_EVENT_PITCHBEND]= "Pitchbend",
167 case SND_SEQ_EVENT_PITCHBEND: in decode_event()
/third_party/alsa-lib/include/
Dseq_event.h66 SND_SEQ_EVENT_PITCHBEND, enumerator
Dseqmid.h454 ((ev)->type = SND_SEQ_EVENT_PITCHBEND,\
/third_party/alsa-utils/seq/aplaymidi/
Daplaymidi.c343 [0xe] = SND_SEQ_EVENT_PITCHBEND in read_track()
715 case SND_SEQ_EVENT_PITCHBEND: in play_midi()
Darecordmidi.c516 case SND_SEQ_EVENT_PITCHBEND: in record_event()
/third_party/alsa-utils/seq/aseqdump/
Daseqdump.c163 case SND_SEQ_EVENT_PITCHBEND: in dump_event()
/third_party/alsa-lib/test/lsb/
Dmidi_event.c223 TEST_CHECK(ev.type == SND_SEQ_EVENT_PITCHBEND); in test_encode()
/third_party/alsa-utils/seq/aseqnet/
Daseqnet.c577 case SND_SEQ_EVENT_PITCHBEND: in print_event()
/third_party/alsa-lib/src/seq/
Dseq_midi_event.c94 {SND_SEQ_EVENT_PITCHBEND, 2, pitchbend_ctrl_event, pitchbend_decode},