Browse Source

Fix index of klangfalter param

tags/2018-04-16
falkTX 8 years ago
parent
commit
004e649a1b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ports/klangfalter/source/Parameters.cpp

+ 1
- 1
ports/klangfalter/source/Parameters.cpp View File

@@ -120,7 +120,7 @@ const FloatParameterDescriptor Parameters::StereoWidth(12,
0.0f,
10.0f);
const FloatParameterDescriptor Parameters::AutoGainDecibels(14,
const FloatParameterDescriptor Parameters::AutoGainDecibels(13,
"Autogain",
"dB",
ParameterDescriptor::NotAutomatable,


Loading…
Cancel
Save