Home
last modified time | relevance | path

Searched refs:m_PanCurve (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_Channel.h181 void SetPanCurve( PanCurve panCurve ) { m_PanCurve = panCurve; } in SetPanCurve()
254 PanCurve m_PanCurve; variable
Dsnd_Voice.h280 PanCurve m_PanCurve; variable
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Voice.cpp767 if ( panCurve != m_PanCurve ) in SetPanCurve()
769 m_PanCurve = panCurve; in SetPanCurve()
1065 m_PanCurve = PAN_CURVE_SQRT; in InitParam()
1255 PanCurveToPanInfo( panInfo, m_PanCurve ); in CalcMixParam()
1404 PanCurveToPanInfo( panInfo, m_PanCurve ); in CalcMixParam()
Dsnd_Channel.cpp155 m_PanCurve = PAN_CURVE_SQRT; in InitParam()
340 m_pVoice->SetPanCurve( m_PanCurve ); in Start()