Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Channel.cpp146 m_SweepPitch = 0.0f; in InitParam()
527 m_SweepPitch = sweepPitch; in SetSweepParam()
535 if ( m_SweepPitch == 0.0f ) return 0.0f; in GetSweepValue()
538 f32 sweep = m_SweepPitch; in GetSweepValue()
/NW4C-2.0.3/include/nw/snd/
Dsnd_Channel.h238 f32 m_SweepPitch; variable