Browse Source

Fix zynReverb, type is enum

tags/1.9.4
falkTX 11 years ago
parent
commit
15dd6f0aa2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      source/backend/native/zynaddsubfx.cpp

+ 1
- 0
source/backend/native/zynaddsubfx.cpp View File

@@ -1701,6 +1701,7 @@ protected:
param.ranges.def = 83.0f;
break;
case 8:
hints |= PARAMETER_USES_SCALEPOINTS;
param.name = "Type";
param.ranges.def = 1.0f;
param.ranges.max = 2.0f;


Loading…
Cancel
Save