Home | History | Annotate | Download | only in lib_src

Lines Matching refs:eg1Value

123         pVoiceMgr->wtVoices[i].eg1Value = DEFAULT_EG1_VALUE;
258 if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.sustainLevel)
350 pWTVoice->eg1Value = 0;
750 temp = (EAS_I16)MULT_EG1_EG1(temp, pWTVoice->eg1Value);
781 temp = pWTVoice->eg1Value + pWTVoice->eg1Increment;
798 temp = MULT_EG1_EG1(pWTVoice->eg1Value, pWTVoice->eg1Increment);
821 temp = MULT_EG1_EG1(pWTVoice->eg1Value, pWTVoice->eg1Increment);
847 pWTVoice->eg1Value = (EAS_I16) temp;