Lines Matching refs:synth

300     /* initialize the synth */
304 /* initialize the off-chip synth */
334 /* static memory model only allows one synth */
405 * Increment reference count for virtual synth
417 * We call this routine to start the process of reseting the synth.
418 * This routine sets a flag for the entire synth indicating that we want
423 * let the "regular" synth processing steps take care of adding the ramp
426 * synth (from another routine).
435 * - set a flag (in psSynthObject->m_nFlags) indicating synth reset requested.
444 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "VMReset: request to reset synth. Force = %d\n", force); */ }
749 /* get channel and virtual synth */
937 /* only release voices on this synth */
1394 /* if assigned to a new synth, correct the active voice count */
1398 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "VMRetargetStolenVoice: Note assigned to different virtual synth, adjusting numActiveVoices\n"); */ }
1521 * nChannel - synth channel that wants to start a new note
1622 /* select correct synth */
1705 /* start voice on correct synth */
1730 * Update the synth's state to play the requested note on the requested
1851 * Update the synth's state to end the requested note on the requested
1964 /* Check each voice to see if it has been assigned to a synth channel */
1967 /* check if this voice has been assigned to a synth channel */
2098 /* may happen if all voices are allocated to a higher priority virtual synth */
2497 * Or if the synth has signalled that all channels must forcibly
2509 * or if the synth has signalled that all channels must forcibly
2520 the synth wants us to forcibly update all channel
2522 finish resetting the synth
2813 /* get pointer to virtual synth */
2904 /* check if we need to reset the synth */
2909 complete the process of resetting the synth now that
3023 * Set the synth to a new polyphony value. Value must be >= 1 and
3029 * synth synthesizer number (0 = onboard, 1 = DSP)
3038 EAS_RESULT VMSetSynthPolyphony (S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 polyphonyCount)
3049 if (synth == EAS_MCU_SYNTH)
3057 else if (synth == EAS_DSP_SYNTH)
3073 if (synth != EAS_MCU_SYNTH)
3157 /* include synth priority */
3192 * synth synthesizer number (0 = onboard, 1 = DSP)
3201 EAS_RESULT VMGetSynthPolyphony (S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 *pPolyphonyCount)
3205 if (synth == EAS_MCU_SYNTH)
3207 else if (synth == EAS_DSP_SYNTH)
3212 if (synth != EAS_MCU_SYNTH)
3223 * Set the virtual synth polyphony. 0 = no limit (i.e. can use
3229 * pSynth pointer to virtual synth
3257 /* max polyphony is minimum of virtual synth and actual synth */
3275 /* this synth? */
3297 /* this synth? */
3351 * Get the virtual synth polyphony
3356 * pSynth pointer to virtual synth
3376 * Set the virtual synth priority
3381 * pSynth pointer to virtual synth
3401 * Get the virtual synth priority
3406 * pSynth pointer to virtual synth
3877 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMSanityCheck: Voice %d has invalid virtual synth number %d\n", i, vSynthNum); */ }
3894 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "VMSanityCheck: Voice %d has invalid virtual synth number %d\n", i, vSynthNum); */ }
3944 /* check virtual synth status */
3960 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Pool count mismatch synth %d pool %d, was %d, should be %d\n",