29 using menu_item::Selection::Selection;
32 if (navigatedBackwardFrom ==
nullptr) {
36 this->setValue(soundEditor.currentSourceIndex);
42 soundEditor.currentSourceIndex = this->getValue();
43 setCvNumberForTitle(this->getValue());
47 deluge::vector<std::string_view> getOptions(OptType optType)
override {
49 using enum l10n::String;
50 static auto cv1 = l10n::getView(STRING_FOR_CV_OUTPUT_1);
51 static auto cv2 = l10n::getView(STRING_FOR_CV_OUTPUT_2);