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