Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_Voice.h153 f32 GetPitch() const { return m_Pitch; } in GetPitch()
278 f32 m_Pitch; variable
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Voice.cpp548 pChannel->SetSrcType( SRC_TYPE_4TAP, m_Pitch ); in Initialize()
749 if ( pitch != m_Pitch ) in SetPitch()
751 m_Pitch = pitch; in SetPitch()
1062 m_Pitch = 1.0f; in InitParam()
1087 f32 ratio = m_Pitch; in CalcSrc()