This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix zynReverb, type is enum
tags/1.9.4
falkTX
11 years ago
parent
f6e7e3566f
commit
15dd6f0aa2
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save