HomeSort by relevance Sort by last modified time
    Searched refs:pArt (Results 1 - 3 of 3) sorted by null

  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtsynth.c 55 static EAS_I32 WT_UpdatePhaseInc (S_WT_VOICE *pWTVoice, const S_ARTICULATION *pArt, S_SYNTH_CHANNEL *pChannel, EAS_I32 pitchCents);
56 static EAS_I32 WT_UpdateGain (S_SYNTH_VOICE *pVoice, S_WT_VOICE *pWTVoice, const S_ARTICULATION *pArt, S_SYNTH_CHANNEL *pChannel, EAS_I32 gain);
66 static void WT_UpdateFilter (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pIntFrame, const S_ARTICULATION *pArt);
282 * and the RPN2 (coarse tuning) value. By using RPN2 as part of the
311 const S_ARTICULATION *pArt;
346 pArt = &pSynth->pEAS->pArticulations[pWTVoice->artIndex];
351 pWTVoice->eg1Increment = pArt->eg1.attackTime;
354 pWTVoice->eg2Increment = pArt->eg2.attackTime;
358 pWTVoice->modLFO.lfoPhase = -pArt->lfoDelay;
371 pan += pArt->pan
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtsynth.c 55 static EAS_I32 WT_UpdatePhaseInc (S_WT_VOICE *pWTVoice, const S_ARTICULATION *pArt, S_SYNTH_CHANNEL *pChannel, EAS_I32 pitchCents);
56 static EAS_I32 WT_UpdateGain (S_SYNTH_VOICE *pVoice, S_WT_VOICE *pWTVoice, const S_ARTICULATION *pArt, S_SYNTH_CHANNEL *pChannel, EAS_I32 gain);
66 static void WT_UpdateFilter (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pIntFrame, const S_ARTICULATION *pArt);
282 * and the RPN2 (coarse tuning) value. By using RPN2 as part of the
311 const S_ARTICULATION *pArt;
346 pArt = &pSynth->pEAS->pArticulations[pWTVoice->artIndex];
351 pWTVoice->eg1Increment = pArt->eg1.attackTime;
354 pWTVoice->eg2Increment = pArt->eg2.attackTime;
358 pWTVoice->modLFO.lfoPhase = -pArt->lfoDelay;
371 pan += pArt->pan
    [all...]
eas_mdls.c 418 static EAS_RESULT Parse_lart (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_I32 size, S_DLS_ART_VALUES *pArt);
419 static EAS_RESULT Parse_art (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, S_DLS_ART_VALUES *pArt);
    [all...]

Completed in 92 milliseconds