Home
last modified time | relevance | path

Searched refs:MIDI_CTL_VOL (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/sndiod/
H A Dmidi.h44 #define MIDI_CTL_VOL 7 /* volume */ macro
H A Dopt.c57 if ((msg[0] & MIDI_CMDMASK) == MIDI_CTL && msg[1] == MIDI_CTL_VOL) { in opt_midi_omsg()
H A Ddev.c309 msg[1] = MIDI_CTL_VOL; in dev_midi_vol()
/openbsd/usr.bin/aucat/
H A Daucat.c54 #define MIDI_CTL_VOL 7 macro
870 if ((msg[0] & MIDI_CMDMASK) == MIDI_CTL && msg[1] == MIDI_CTL_VOL) { in dev_imsg()