Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_Channel.h139 void SetTune( f32 tune ) { m_Tune = tune; } in SetTune()
245 f32 m_Tune; variable
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Channel.cpp125 m_Tune = 1.0f; in InitParam()
249 pitch = pitch * m_Tune * m_UserPitchRatio; in Update()