35 SCORE_SETTINGS_PARAMETER_HPP(SCORE_PLUGIN_CURVE_EXPORT,
int, SimplificationRatio)
36 SCORE_SETTINGS_PARAMETER_HPP(SCORE_PLUGIN_CURVE_EXPORT,
bool, Simplify)
37 SCORE_SETTINGS_PARAMETER_HPP(
38 SCORE_PLUGIN_CURVE_EXPORT, Curve::Settings::Mode, CurveMode)
39 SCORE_SETTINGS_PARAMETER_HPP(SCORE_PLUGIN_CURVE_EXPORT,
bool, PlayWhileRecording)
42 int m_SimplificationRatio{};
43 bool m_Simplify =
true;
44 Mode m_CurveMode = Mode::Parameter;
45 bool m_PlayWhileRecording{};
Used to access all the application-wide state and structures.
Definition ApplicationContext.hpp:24