Browse Source

Fix range

pull/47/head
hemmer 1 year ago
parent
commit
8095c80428
2 changed files with 1339 additions and 1 deletions
  1. +1338
    -0
      res/panels/Voltio.svg
  2. +1
    -1
      src/Voltio.cpp

+ 1338
- 0
res/panels/Voltio.svg
File diff suppressed because it is too large
View File


+ 1
- 1
src/Voltio.cpp View File

@@ -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;



Loading…
Cancel
Save