Lines Matching full:voice
325 int voice;
331 voice = event[3];
332 if (voice < 0 || voice >= port->chset.max_channels)
335 chan = &port->chset.channels[voice];
363 fake_event(emu, port, voice, MIDI_CTL_ALL_NOTES_OFF, 0, atomic, hop);
366 fake_event(emu, port, voice, MIDI_CTL_ALL_SOUNDS_OFF, 0, atomic, hop);
420 int voice;
429 voice = event[3];
430 if (voice < 0 || voice >= port->chset.max_channels)
433 chan = &port->chset.channels[voice];