28 using Selection::Selection;
29 void readCurrentValue()
override { this->setValue(midiEngine.midiFollowFeedbackAutomation); }
30 void writeCurrentValue()
override {
31 midiEngine.midiFollowFeedbackAutomation = this->getValue<MIDIFollowFeedbackAutomationMode>();
33 deluge::vector<std::string_view> getOptions(OptType optType)
override {
35 using enum l10n::String;
37 l10n::getView(STRING_FOR_DISABLED),
38 l10n::getView(STRING_FOR_LOW),
39 l10n::getView(STRING_FOR_MEDIUM),
40 l10n::getView(STRING_FOR_HIGH),