Searched refs:sustainLevel (Results 1 – 4 of 4) sorted by relevance
121 if (pWTVoice->eg1Value < pDLSArt->eg1.sustainLevel) in DLS_SustainPedal()544 if (*pValue > pEnvParams->sustainLevel) in DLS_UpdateEnvelope()547 … *pValue = (EAS_I16) (temp > pEnvParams->sustainLevel ? temp : pEnvParams->sustainLevel); in DLS_UpdateEnvelope()552 *pValue = pEnvParams->sustainLevel; in DLS_UpdateEnvelope()
110 EAS_I16 sustainLevel; member124 EAS_I16 sustainLevel; member
262 if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.sustainLevel) in WT_SustainPedal()847 if (temp <= pEnv->sustainLevel) in WT_UpdateEG1()850 temp = pEnv->sustainLevel; in WT_UpdateEG1()941 if (temp <= pEnv->sustainLevel) in WT_UpdateEG2()944 temp = pEnv->sustainLevel; in WT_UpdateEG2()
2489 pArt->eg1.sustainLevel = ConvertSustain(pDLSArt->values[PARAM_VOL_EG_SUSTAIN]); in Convert_art()2501 pArt->eg2.sustainLevel = ConvertSustain(pDLSArt->values[PARAM_MOD_EG_SUSTAIN]); in Convert_art()