Searched refs:XFCurve (Results 1 – 5 of 5) sorted by relevance
/dports/audio/liquidsfz/liquidsfz-0.2.3/tests/ |
H A D | testxf.cc | 37 … voice.xfin_gain (value, lo, hi, XFCurve::POWER), voice.xfout_gain (value, lo, hi, XFCurve::POWER), in main() 38 … voice.xfin_gain (value, lo, hi, XFCurve::GAIN), voice.xfout_gain (value, lo, hi, XFCurve::GAIN)); in main()
|
/dports/audio/liquidsfz/liquidsfz-0.2.3/lib/ |
H A D | loader.hh | 54 enum class XFCurve { enum 320 XFCurve xf_velcurve = XFCurve::POWER; 321 XFCurve xf_keycurve = XFCurve::POWER; 322 XFCurve xf_cccurve = XFCurve::POWER; 492 XFCurve convert_xfcurve (const std::string& c);
|
H A D | voice.hh | 118 float xfin_gain (int value, int lo, int hi, XFCurve curve); 119 float xfout_gain (int value, int lo, int hi, XFCurve curve); 120 float apply_xfcurve (float f, XFCurve curve);
|
H A D | voice.cc | 209 Voice::apply_xfcurve (float f, XFCurve curve) in apply_xfcurve() 211 if (curve == XFCurve::POWER) in apply_xfcurve() 218 Voice::xfin_gain (int value, int lo, int hi, XFCurve curve) in xfin_gain() 229 Voice::xfout_gain (int value, int lo, int hi, XFCurve curve) in xfout_gain()
|
H A D | loader.cc | 75 XFCurve 79 return XFCurve::POWER; in convert_xfcurve() 81 return XFCurve::GAIN; in convert_xfcurve() 83 return XFCurve::POWER; in convert_xfcurve()
|