Searched refs:lfoDelay (Results 1 - 11 of 11) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_fmsynth.h69 EAS_U16 lfoDelay; /* keeps track of elapsed delay time */ member in struct:s_fm_voice_tag
H A Deas_sndlib.h138 EAS_I16 lfoDelay; member in struct:s_lfo_params_tag
150 EAS_I16 lfoDelay; member in struct:s_articulation_tag
H A Deas_fmsynth.c417 pFMVoice->lfoDelay = (EAS_U16) (fmScaleTable[pRegion->lfoFreqDelay & 0x0f] >> 1);
582 if (!pFMVoice->lfoDelay)
603 pFMVoice->lfoDelay--;
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_fmsynth.h69 EAS_U16 lfoDelay; /* keeps track of elapsed delay time */ member in struct:s_fm_voice_tag
H A Deas_sndlib.h138 EAS_I16 lfoDelay; member in struct:s_lfo_params_tag
150 EAS_I16 lfoDelay; member in struct:s_articulation_tag
H A Deas_fmsynth.c417 pFMVoice->lfoDelay = (EAS_U16) (fmScaleTable[pRegion->lfoFreqDelay & 0x0f] >> 1);
582 if (!pFMVoice->lfoDelay)
603 pFMVoice->lfoDelay--;
H A Deas_wtsynth.c358 pWTVoice->modLFO.lfoPhase = -pArt->lfoDelay;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_sndlib.h138 EAS_I16 lfoDelay; member in struct:s_lfo_params_tag
150 EAS_I16 lfoDelay; member in struct:s_articulation_tag
H A Deas_dlssynth.c330 pWTVoice->modLFO.lfoPhase = pDLSArt->modLFO.lfoDelay;
332 pWTVoice->vibLFO.lfoPhase = pDLSArt->vibLFO.lfoDelay;
H A Deas_wtsynth.c358 pWTVoice->modLFO.lfoPhase = -pArt->lfoDelay;
H A Deas_mdls.c2379 pArt->modLFO.lfoDelay = -ConvertDelay(pDLSArt->values[PARAM_MOD_LFO_DELAY]);
2381 pArt->vibLFO.lfoDelay = -ConvertDelay(pDLSArt->values[PARAM_VIB_LFO_DELAY]);

Completed in 512 milliseconds