Searched refs:pDLSArt (Results 1 - 2 of 2) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
H A Deas_dlssynth.c56 const S_DLS_ARTICULATION *pDLSArt; local
59 pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex];
69 pWTVoice->eg1Increment = pDLSArt->eg1ShutdownTime;
71 pWTVoice->eg2Increment = pDLSArt->eg2.releaseTime;
84 const S_DLS_ARTICULATION *pDLSArt; local
87 pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex];
97 pWTVoice->eg1Increment = pDLSArt->eg1.releaseTime;
101 pWTVoice->eg2Increment = pDLSArt->eg2.releaseTime;
115 const S_DLS_ARTICULATION *pDLSArt; local
118 pDLSArt
140 DLS_UpdatePhaseInc(S_WT_VOICE *pWTVoice, const S_DLS_ARTICULATION *pDLSArt, S_SYNTH_CHANNEL *pChannel, EAS_I32 pitchCents) argument
185 DLS_UpdateGain(S_WT_VOICE *pWTVoice, const S_DLS_ARTICULATION *pDLSArt, S_SYNTH_CHANNEL *pChannel, EAS_I32 gain, EAS_U8 velocity) argument
247 DLS_UpdateFilter(S_SYNTH_VOICE *pVoice, S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pIntFrame, S_SYNTH_CHANNEL *pChannel, const S_DLS_ARTICULATION *pDLSArt) argument
309 const S_DLS_ARTICULATION *pDLSArt; local
383 const S_DLS_ARTICULATION *pDLSArt; local
[all...]
H A Deas_mdls.c423 static void Convert_art (SDLS_SYNTHESIZER_DATA *pDLSData, const S_DLS_ART_VALUES *pDLSArt, EAS_U16 artIndex);
2331 static void Convert_art (SDLS_SYNTHESIZER_DATA *pDLSData, const S_DLS_ART_VALUES *pDLSArt, EAS_U16 artIndex) argument
2339 pArt->modLFO.lfoFreq = ConvertLFOPhaseIncrement(pDLSArt->values[PARAM_MOD_LFO_FREQ]);
2340 pArt->modLFO.lfoDelay = -ConvertDelay(pDLSArt->values[PARAM_MOD_LFO_DELAY]);
2341 pArt->vibLFO.lfoFreq = ConvertLFOPhaseIncrement(pDLSArt->values[PARAM_VIB_LFO_FREQ]);
2342 pArt->vibLFO.lfoDelay = -ConvertDelay(pDLSArt->values[PARAM_VIB_LFO_DELAY]);
2345 pArt->eg1.delayTime = ConvertDelay(pDLSArt->values[PARAM_VOL_EG_DELAY]);
2346 pArt->eg1.attackTime = pDLSArt->values[PARAM_VOL_EG_ATTACK];
2347 pArt->eg1.holdTime = pDLSArt->values[PARAM_VOL_EG_HOLD];
2348 pArt->eg1.decayTime = pDLSArt
[all...]

Completed in 137 milliseconds