Searched defs:polyphonyCount (Results 1 - 2 of 2) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
H A D | eas_public.c | 1695 * polyphonyCount - the desired polyphony count 1703 EAS_PUBLIC EAS_RESULT EAS_SetPolyphony (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 polyphonyCount) argument 1707 return EAS_IntSetStrmParam(pEASData, pStream, PARSER_DATA_POLYPHONY, polyphonyCount); 1745 * polyphonyCount - the desired polyphony count 1753 EAS_PUBLIC EAS_RESULT EAS_SetSynthPolyphony (EAS_DATA_HANDLE pEASData, EAS_I32 synthNum, EAS_I32 polyphonyCount) argument 1755 return VMSetSynthPolyphony(pEASData->pVoiceMgr, synthNum, polyphonyCount); 1792 * polyphonyCount - the desired polyphony count
|
H A D | eas_voicemgt.c | 3028 * polyphonyCount desired polyphony count 3038 EAS_RESULT VMSetSynthPolyphony (S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 polyphonyCount) argument 3044 if (polyphonyCount < 1) 3045 polyphonyCount = 1; 3051 if (polyphonyCount > NUM_PRIMARY_VOICES) 3052 polyphonyCount = NUM_PRIMARY_VOICES; 3053 if (pVoiceMgr->maxPolyphonyPrimary == polyphonyCount) 3055 pVoiceMgr->maxPolyphonyPrimary = (EAS_U16) polyphonyCount; 3059 if (polyphonyCount > NUM_SECONDARY_VOICES) 3060 polyphonyCount 3238 VMSetPolyphony(S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_I32 polyphonyCount) argument [all...] |
Completed in 81 milliseconds