Home | History | Annotate | Download | only in lib_src

Lines Matching refs:eg2Increment

132         pVoiceMgr->wtVoices[i].eg2Increment = DEFAULT_EG2_INCREMENT;
195 pWTVoice->eg2Increment = pArticulation->eg2.releaseTime;
358 pWTVoice->eg2Increment = pArt->eg2.attackTime;
920 temp = pWTVoice->eg2Value + pWTVoice->eg2Increment;
931 pWTVoice->eg2Increment = pEnv->decayTime;
938 temp = pWTVoice->eg2Value -pWTVoice->eg2Increment;
955 temp = pWTVoice->eg2Value - pWTVoice->eg2Increment;