Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Channel.cpp144 m_SweepPitch = 0.0f; in InitParam()
525 m_SweepPitch = sweepPitch; in SetSweepParam()
533 if ( m_SweepPitch == 0.0f ) return 0.0f; in GetSweepValue()
536 f32 sweep = m_SweepPitch; in GetSweepValue()
/NW4C-1.2.23/include/nw/snd/
Dsnd_Channel.h236 f32 m_SweepPitch; variable