Searched refs:cent (Results 1 – 1 of 1) sorted by relevance
231 f32 cent = m_Key - m_OriginalKey + m_UserPitch + GetSweepValue(); in Update() local234 cent += m_Lfo.GetValue(); in Update()238 if ( cent == m_Cent ) in Update()244 … pitch = Util::CalcPitchRatio( static_cast<s32>( cent * ( 1 << Util::PITCH_DIVISION_BIT ) ) ); in Update()245 m_Cent = cent; in Update()