Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_Channel.h164 void SetUserPitchRatio( f32 pitchRatio ) { m_UserPitchRatio = pitchRatio; } in SetUserPitchRatio()
229 f32 m_UserPitchRatio; variable
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Channel.cpp132 m_UserPitchRatio = 1.0f; in InitParam()
249 pitch = pitch * m_Tune * m_UserPitchRatio; in Update()