Searched refs:SND_SEQ_EVENT_PGMCHANGE (Results 1 - 10 of 10) sorted by relevance
/third_party/alsa-lib/test/ |
H A D | client_event_filter.c | 28 snd_seq_client_info_event_filter_add(client_info, SND_SEQ_EVENT_PGMCHANGE); in main() 29 printf("after snd_seq_client_info_event_filter_add(client_info, SND_SEQ_EVENT_PGMCHANGE);\n"); in main()
|
H A D | seq-decoder.c | 13 [SND_SEQ_EVENT_PGMCHANGE]= "Program Change", 160 case SND_SEQ_EVENT_PGMCHANGE: in decode_event()
|
H A D | seq-sender.c | 126 ev.type = SND_SEQ_EVENT_PGMCHANGE; in send_event()
|
/third_party/alsa-lib/test/lsb/ |
H A D | midi_event.c | 213 TEST_CHECK(ev.type == SND_SEQ_EVENT_PGMCHANGE); in test_encode() 269 TEST_CHECK(ev.type == SND_SEQ_EVENT_PGMCHANGE); in test_encode() 275 TEST_CHECK(ev.type == SND_SEQ_EVENT_PGMCHANGE); in test_encode()
|
/third_party/alsa-utils/seq/aplaymidi/ |
H A D | aplaymidi.c | 347 [0xc] = SND_SEQ_EVENT_PGMCHANGE, in read_track() 666 case SND_SEQ_EVENT_PGMCHANGE: in fill_legacy_event() 700 case SND_SEQ_EVENT_PGMCHANGE: in to_ump_status() 743 case SND_SEQ_EVENT_PGMCHANGE: in fill_ump_event()
|
H A D | arecordmidi.c | 506 case SND_SEQ_EVENT_PGMCHANGE: in record_event()
|
/third_party/alsa-lib/include/ |
H A D | seq_event.h | 62 SND_SEQ_EVENT_PGMCHANGE, enumerator
|
H A D | seqmid.h | 482 ((ev)->type = SND_SEQ_EVENT_PGMCHANGE,\
|
/third_party/alsa-lib/src/seq/ |
H A D | seq_midi_event.c | 94 {SND_SEQ_EVENT_PGMCHANGE, 1, one_param_ctrl_event, one_param_decode}, 336 * - #SND_SEQ_EVENT_PGMCHANGE 530 * - #SND_SEQ_EVENT_PGMCHANGE
|
/third_party/alsa-utils/seq/aseqdump/ |
H A D | aseqdump.c | 220 case SND_SEQ_EVENT_PGMCHANGE: in dump_event()
|
Completed in 8 milliseconds