Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_Channel.h162 void SetUserPitchRatio( f32 pitchRatio ) { m_UserPitchRatio = pitchRatio; } in SetUserPitchRatio()
227 f32 m_UserPitchRatio; variable
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_Channel.cpp130 m_UserPitchRatio = 1.0f; in InitParam()
247 pitch = pitch * m_Tune * m_UserPitchRatio; in Update()