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;
756 temp = (EAS_I16)MULT_EG1_EG1(temp, pWTVoice->eg1Value);
787 temp = pWTVoice->eg1Value + pWTVoice->eg1Increment;
804 temp = MULT_EG1_EG1(pWTVoice->eg1Value, pWTVoice->eg1Increment);
827 temp = MULT_EG1_EG1(pWTVoice->eg1Value, pWTVoice->eg1Increment);
853 pWTVoice->eg1Value = (EAS_I16) temp;