Browse Source

Increase lfo max value, so we can get real slow

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX 4 years ago
parent
commit
d160fc7088
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/native-plugins/lfo.c

+ 1
- 1
source/native-plugins/lfo.c View File

@@ -120,7 +120,7 @@ static const NativeParameter* lfo_get_parameter_info(NativePluginHandle handle,
param.unit = "(coef)";
param.ranges.def = 1.0f;
param.ranges.min = 0.01f;
param.ranges.max = 32.0f;
param.ranges.max = 2048.0f;
param.ranges.step = 0.25f;
param.ranges.stepSmall = 0.1f;
param.ranges.stepLarge = 0.5f;


Loading…
Cancel
Save