Searched refs:nextNote (Results 1 - 6 of 6) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_synth.h287 EAS_U8 nextNote; /* 12 <= key number <= 108 */ member in struct:s_synth_voice_tag
H A Deas_voicemgt.c181 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,
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_synth.h287 EAS_U8 nextNote; /* 12 <= key number <= 108 */ member in struct:s_synth_voice_tag
H A Deas_voicemgt.c181 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,
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_synth.h287 EAS_U8 nextNote; /* 12 <= key number <= 108 */ member in struct:s_synth_voice_tag
H A Deas_voicemgt.c181 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,

Completed in 615 milliseconds