Lines Matching refs:voice
1090 dev = b->voice.device;
1092 b->voice.channel > 15 ||
1093 b->voice.key >= SEQ_NOTE_MAX)
1096 switch(b->voice.op) {
1098 error = midiseq_noteon(md, b->voice.channel, b->voice.key, b);
1101 error = midiseq_noteoff(md, b->voice.channel, b->voice.key, b);
1105 b->voice.channel, b->voice.key, b);
1109 b->voice.op));
1352 * of a 'voice', equated precariously with 'channel' and