Browse Source

Update Tides2.cpp

swap description for shape and ramp mode parameters.
pull/102/head
Christian Kauten GitHub 4 years ago
parent
commit
aa52df31d6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Tides2.cpp

+ 2
- 2
src/Tides2.cpp View File

@@ -104,8 +104,8 @@ struct Tides2 : Module {
configParam(RANGE_PARAM, 0.0, 1.0, 0.0, "Frequency range");
configParam(MODE_PARAM, 0.0, 1.0, 0.0, "Output mode");
configParam(FREQUENCY_PARAM, -48, 48, 0.0, "Frequency");
configParam(SHAPE_PARAM, 0.0, 1.0, 0.5, "Ramp mode");
configParam(RAMP_PARAM, 0.0, 1.0, 0.0, "Shape");
configParam(SHAPE_PARAM, 0.0, 1.0, 0.5, "Shape");
configParam(RAMP_PARAM, 0.0, 1.0, 0.0, "Ramp mode");
configParam(SMOOTHNESS_PARAM, 0.0, 1.0, 0.5, "Waveshape transformation");
configParam(SLOPE_PARAM, 0.0, 1.0, 0.5, "Ascending/descending ratio");
configParam(SHIFT_PARAM, 0.0, 1.0, 0.5, "Output polarization and shifting");


Loading…
Cancel
Save