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