Lines Matching defs:voice
323 int voice;
329 voice = event[3];
330 if (voice < 0 || voice >= port->chset.max_channels)
333 chan = &port->chset.channels[voice];
361 fake_event(emu, port, voice, MIDI_CTL_ALL_NOTES_OFF, 0, atomic, hop);
364 fake_event(emu, port, voice, MIDI_CTL_ALL_SOUNDS_OFF, 0, atomic, hop);
418 int voice;
427 voice = event[3];
428 if (voice < 0 || voice >= port->chset.max_channels)
431 chan = &port->chset.channels[voice];