Home
last modified time | relevance | path

Searched refs:cent (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Channel.cpp231 f32 cent = m_Key - m_OriginalKey + m_UserPitch + GetSweepValue(); in Update() local
234 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()