Searched refs:m_Lfo (Results 1 – 2 of 2) sorted by relevance
151 m_Lfo.GetParam().Initialize(); in InitParam()234 cent += m_Lfo.GetValue(); in Update()255 pan += m_Lfo.GetValue(); in Update()268 m_Lfo.Update( HardwareManager::SOUND_FRAME_INTERVAL_MSEC ); in Update()280 volume *= Util::CalcVolumeRatio( m_Lfo.GetValue() * 6.0f ); in Update()286 decay += m_Lfo.GetValue() * 6.0f; in Update()329 m_Lfo.Reset(); in Start()
169 void SetLfoParam( const CurveLfoParam& param ) { m_Lfo.SetParam( param ); } in SetLfoParam()217 CurveLfo m_Lfo; variable