Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_Global.h204 PAN_CURVE_SINCOS, //!< 三角関数のカーブ。中央で-3dB、両端に振り切ると0dBとなります。 enumerator
Dsnd_Util.h56 PAN_CURVE_SINCOS, enumerator
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Sound3DActor.cpp178 handle->detail_GetAttachedSound()->SetPanCurve( PAN_CURVE_SINCOS ); in SetupSound()
Dsnd_Voice.cpp143 case PAN_CURVE_SINCOS: in PanCurveToPanInfo()
144 panInfo.curve = Util::PAN_CURVE_SINCOS; in PanCurveToPanInfo()
147 panInfo.curve = Util::PAN_CURVE_SINCOS; in PanCurveToPanInfo()
151 panInfo.curve = Util::PAN_CURVE_SINCOS; in PanCurveToPanInfo()