Searched refs:mCurve (Results 1 – 2 of 2) sorted by relevance
51 , mCurve(normalize(std::move(curve))) { } in mRamp()187 const std::function<float(float)> mCurve; // monotone volume transfer func [0, 1] -> [0, 1] variable
123 *left = mCurve(1.f - balance); in computeStereoBalance()127 *right = mCurve(1.f + balance); in computeStereoBalance()