Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_Channel.h179 void SetPanCurve( PanCurve panCurve ) { m_PanCurve = panCurve; } in SetPanCurve()
252 PanCurve m_PanCurve; variable
Dsnd_Voice.h278 PanCurve m_PanCurve; variable
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Voice.cpp765 if ( panCurve != m_PanCurve ) in SetPanCurve()
767 m_PanCurve = panCurve; in SetPanCurve()
1063 m_PanCurve = PAN_CURVE_SQRT; in InitParam()
1254 PanCurveToPanInfo( panInfo, m_PanCurve ); in CalcMixParam()
1403 PanCurveToPanInfo( panInfo, m_PanCurve ); in CalcMixParam()
Dsnd_Channel.cpp153 m_PanCurve = PAN_CURVE_SQRT; in InitParam()
338 m_pVoice->SetPanCurve( m_PanCurve ); in Start()