Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_Channel.h161 void SetUserPitch( f32 pitch ) { m_UserPitch = pitch; } in SetUserPitch()
235 f32 m_UserPitch; variable
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Channel.cpp129 m_UserPitch = 0.0f; in InitParam()
229 f32 cent = m_Key - m_OriginalKey + m_UserPitch + GetSweepValue(); in Update()