From 15dd6f0aa25028504773dd71ba21bc81c913137d Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 6 Jul 2013 19:41:23 +0100 Subject: [PATCH] Fix zynReverb, type is enum --- source/backend/native/zynaddsubfx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/backend/native/zynaddsubfx.cpp b/source/backend/native/zynaddsubfx.cpp index b3568ec78..d0940af4c 100644 --- a/source/backend/native/zynaddsubfx.cpp +++ b/source/backend/native/zynaddsubfx.cpp @@ -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;