Searched refs:maxPolyphonySecondary (Results 1 – 2 of 2) sorted by relevance
376 EAS_U16 maxPolyphonySecondary; member
290 pVoiceMgr->maxPolyphonySecondary = NUM_SECONDARY_VOICES; in VMInitialize()3061 if (pVoiceMgr->maxPolyphonySecondary == polyphonyCount) in VMSetSynthPolyphony()3063 pVoiceMgr->maxPolyphonySecondary = (EAS_U16) polyphonyCount; in VMSetSynthPolyphony()3069 pVoiceMgr->maxPolyphony = pVoiceMgr->maxPolyphonyPrimary + pVoiceMgr->maxPolyphonySecondary; in VMSetSynthPolyphony()3208 *pPolyphonyCount = pVoiceMgr->maxPolyphonySecondary; in VMGetSynthPolyphony()