Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_Channel.h163 void SetUserPitch( f32 pitch ) { m_UserPitch = pitch; } in SetUserPitch()
237 f32 m_UserPitch; variable
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Channel.cpp131 m_UserPitch = 0.0f; in InitParam()
231 f32 cent = m_Key - m_OriginalKey + m_UserPitch + GetSweepValue(); in Update()