Searched refs:pDLSArt (Results 1 – 2 of 2) sorted by relevance
56 const S_DLS_ARTICULATION *pDLSArt; in DLS_MuteVoice() local59 pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex]; in DLS_MuteVoice()69 pWTVoice->eg1Increment = pDLSArt->eg1ShutdownTime; in DLS_MuteVoice()71 pWTVoice->eg2Increment = pDLSArt->eg2.releaseTime; in DLS_MuteVoice()84 const S_DLS_ARTICULATION *pDLSArt; in DLS_ReleaseVoice() local87 pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex]; in DLS_ReleaseVoice()97 pWTVoice->eg1Increment = pDLSArt->eg1.releaseTime; in DLS_ReleaseVoice()101 pWTVoice->eg2Increment = pDLSArt->eg2.releaseTime; in DLS_ReleaseVoice()115 const S_DLS_ARTICULATION *pDLSArt; in DLS_SustainPedal() local118 pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex]; in DLS_SustainPedal()[all …]
435 static void Convert_art (SDLS_SYNTHESIZER_DATA *pDLSData, const S_DLS_ART_VALUES *pDLSArt, EAS_U16…2421 static void Convert_art (SDLS_SYNTHESIZER_DATA *pDLSData, const S_DLS_ART_VALUES *pDLSArt, EAS_U16… in Convert_art() argument2429 pArt->modLFO.lfoFreq = ConvertLFOPhaseIncrement(pDLSArt->values[PARAM_MOD_LFO_FREQ]); in Convert_art()2430 pArt->modLFO.lfoDelay = -ConvertDelay(pDLSArt->values[PARAM_MOD_LFO_DELAY]); in Convert_art()2431 pArt->vibLFO.lfoFreq = ConvertLFOPhaseIncrement(pDLSArt->values[PARAM_VIB_LFO_FREQ]); in Convert_art()2432 pArt->vibLFO.lfoDelay = -ConvertDelay(pDLSArt->values[PARAM_VIB_LFO_DELAY]); in Convert_art()2435 pArt->eg1.delayTime = ConvertDelay(pDLSArt->values[PARAM_VOL_EG_DELAY]); in Convert_art()2436 pArt->eg1.attackTime = pDLSArt->values[PARAM_VOL_EG_ATTACK]; in Convert_art()2437 pArt->eg1.holdTime = pDLSArt->values[PARAM_VOL_EG_HOLD]; in Convert_art()2438 pArt->eg1.decayTime = pDLSArt->values[PARAM_VOL_EG_DECAY]; in Convert_art()[all …]