Home
last modified time | relevance | path

Searched refs:PAN_CURVE_LINEAR (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.2.23/include/nw/snd/
Dsnd_Global.h207 PAN_CURVE_LINEAR, //!< 線形のカーブ。中央で-6dB、両端に振り切ると0dBとなります。 enumerator
Dsnd_Util.h57 PAN_CURVE_LINEAR enumerator
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Voice.cpp155 case PAN_CURVE_LINEAR: in PanCurveToPanInfo()
156 panInfo.curve = Util::PAN_CURVE_LINEAR; in PanCurveToPanInfo()
159 panInfo.curve = Util::PAN_CURVE_LINEAR; in PanCurveToPanInfo()
163 panInfo.curve = Util::PAN_CURVE_LINEAR; in PanCurveToPanInfo()