Home
last modified time | relevance | path

Searched refs:c_PGM_CHANGE (Results 1 – 3 of 3) sorted by relevance

/netbsd/usr.bin/midirecord/
H A Dmidirecord.c449 buffer[0] = MIDI_PGM_CHANGE | e.c_PGM_CHANGE.channel; in midi_event_chn_common_to_output()
450 buffer[1] = e.c_PGM_CHANGE.program; in midi_event_chn_common_to_output()
452 e.c_PGM_CHANGE.channel, e.c_PGM_CHANGE.program); in midi_event_chn_common_to_output()
/netbsd/sys/sys/
H A Dmidiio.h506 } c_PGM_CHANGE; member
/netbsd/sys/dev/
H A Dsequencer.c1550 if (ev->c_PGM_CHANGE.program > 127) in midiseq_pgmchange()
1553 MIDI_PGM_CHANGE | chan, ev->c_PGM_CHANGE.program}, 2, 1); in midiseq_pgmchange()