Lines Matching refs:eg1Value
127 pVoiceMgr->wtVoices[i].eg1Value = DEFAULT_EG1_VALUE;
262 if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.sustainLevel)
354 pWTVoice->eg1Value = 0;
796 temp = (EAS_I16)MULT_EG1_EG1(temp, pWTVoice->eg1Value);
827 temp = pWTVoice->eg1Value + pWTVoice->eg1Increment;
844 temp = MULT_EG1_EG1(pWTVoice->eg1Value, pWTVoice->eg1Increment);
867 temp = MULT_EG1_EG1(pWTVoice->eg1Value, pWTVoice->eg1Increment);
893 pWTVoice->eg1Value = (EAS_I16) temp;