diff --git a/res/panels/Voltio.svg b/res/panels/Voltio.svg index e69de29..df367fb 100644 --- a/res/panels/Voltio.svg +++ b/res/panels/Voltio.svg @@ -0,0 +1,1338 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +   + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Voltio.cpp b/src/Voltio.cpp index b25df3b..550431c 100644 --- a/src/Voltio.cpp +++ b/src/Voltio.cpp @@ -40,7 +40,7 @@ struct Voltio : Module { auto octParam = configParam(OCT_PARAM, 0.f, 10.f, 0.f, "Octave"); octParam->snapEnabled = true; - configSwitch(RANGE_PARAM, 0.f, 1.f, 0.f, "Range", {"-5 to +5", "0 to 10"}); + configSwitch(RANGE_PARAM, 0.f, 1.f, 0.f, "Range", {"0 to 10", "-5 to +5"}); auto semitonesParam = configParam(SEMITONES_PARAM, 0.f, 11.f, 0.f, "Semitones"); semitonesParam->snapEnabled = true;