Searched refs:highVoice (Results 1 – 2 of 2) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_vm_protos.h | 234 …8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex, EAS_I32 lowVoice, EAS_I32 highVoice); 274 …vailableVoice (S_VOICE_MGR *pVoiceMgr, EAS_INT *pVoiceNumber, EAS_I32 lowVoice, EAS_I32 highVoice); 304 … *pSynth, EAS_INT *pVoiceNumber, EAS_U8 channel, EAS_U8 note, EAS_I32 lowVoice, EAS_I32 highVoice);
|
D | eas_voicemgt.c | 1524 …U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex, EAS_I32 lowVoice, EAS_I32 highVoice) in VMCheckPolyphonyLimiting() argument 1540 for (voiceNum = lowVoice; voiceNum <= highVoice; voiceNum++) in VMCheckPolyphonyLimiting() 1605 EAS_I32 lowVoice, highVoice; in VMStartVoice() local 1621 highVoice = NUM_PRIMARY_VOICES - 1; in VMStartVoice() 1626 highVoice = MAX_SYNTH_VOICES - 1; in VMStartVoice() 1631 highVoice = MAX_SYNTH_VOICES - 1; in VMStartVoice() 1649 …Limiting(pVoiceMgr, pSynth, channel, note, velocity, regionIndex, lowVoice, highVoice) == EAS_TRUE) in VMStartVoice() 1663 (EAS_SUCCESS == VMFindAvailableVoice(pVoiceMgr, &voiceNum, lowVoice, highVoice))) in VMStartVoice() 1701 … if (VMStealVoice(pVoiceMgr, pSynth, &voiceNum, channel, note, lowVoice, highVoice) == EAS_SUCCESS) in VMStartVoice() 1949 …AvailableVoice (S_VOICE_MGR *pVoiceMgr, EAS_INT *pVoiceNumber, EAS_I32 lowVoice, EAS_I32 highVoice) in VMFindAvailableVoice() argument [all …]
|