26 using Selection::Selection;
28 void writeCurrentValue()
override { MIDITranspose::controlMethod = this->getValue<MIDITransposeControlMethod>(); }
29 deluge::vector<std::string_view> getOptions(OptType optType)
override {
31 using enum l10n::String;
33 l10n::getView(STRING_FOR_TRANSPOSE_INKEY),
34 l10n::getView(STRING_FOR_TRANSPOSE_CHROMATIC),