Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_Voice.h151 f32 GetPitch() const { return m_Pitch; } in GetPitch()
276 f32 m_Pitch; variable
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Voice.cpp546 pChannel->SetSrcType( SRC_TYPE_4TAP, m_Pitch ); in Initialize()
747 if ( pitch != m_Pitch ) in SetPitch()
749 m_Pitch = pitch; in SetPitch()
1060 m_Pitch = 1.0f; in InitParam()
1085 f32 ratio = m_Pitch; in CalcSrc()