Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Channel.cpp229 f32 cent = m_Key - m_OriginalKey + m_UserPitch + GetSweepValue(); in Update() local
232 cent += m_Lfo.GetValue(); in Update()
236 if ( cent == m_Cent ) in Update()
242 … pitch = Util::CalcPitchRatio( static_cast<s32>( cent * ( 1 << Util::PITCH_DIVISION_BIT ) ) ); in Update()
243 m_Cent = cent; in Update()