Home | History | Annotate | Download | only in lib_src

Lines Matching refs:nextNote

181     pVoice->note = pVoice->nextNote = DEFAULT_KEY_NUMBER;
1284 pVoice->nextNote = note;
1383 pVoice->nextChannel, pVoice->nextNote, pVoice->nextVelocity); */ }
1409 pVoice->note = pVoice->nextNote;
1576 if ((channel == pVoiceMgr->voices[voiceNum].nextChannel) && (note == pVoiceMgr->voices[voiceNum].nextNote))
1933 else if ((channel == pVoiceMgr->voices[voiceNum].nextChannel) && (note == pVoiceMgr->voices[voiceNum].nextNote))
2041 currNote = pCurrVoice->nextNote;
2114 pVoiceMgr->voices[bestCandidate].nextNote,