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

  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.h 150 EAS_I16 eg1Increment;
eas_dlssynth.c 69 pWTVoice->eg1Increment = pDLSArt->eg1ShutdownTime;
97 pWTVoice->eg1Increment = pDLSArt->eg1.releaseTime;
324 DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg1, &pWTVoice->eg1Value, &pWTVoice->eg1Increment, &pWTVoice->eg1State);
335 DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg1, &pWTVoice->eg1Value, &pWTVoice->eg1Increment, &pWTVoice->eg1State);
395 DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg1, &pWTVoice->eg1Value, &pWTVoice->eg1Increment, &pWTVoice->eg1State);
eas_wtsynth.c 128 pVoiceMgr->wtVoices[i].eg1Increment = DEFAULT_EG1_INCREMENT;
185 pWTVoice->eg1Increment = pArticulation->eg1.releaseTime;
355 pWTVoice->eg1Increment = pArt->eg1.attackTime;
827 temp = pWTVoice->eg1Value + pWTVoice->eg1Increment;
837 pWTVoice->eg1Increment = pEnv->decayTime;
844 temp = MULT_EG1_EG1(pWTVoice->eg1Value, pWTVoice->eg1Increment);
867 temp = MULT_EG1_EG1(pWTVoice->eg1Value, pWTVoice->eg1Increment);
    [all...]

Completed in 993 milliseconds