Browse Source

Use good flag for kVstParameterCanRamp

pull/39/head
Patrick Desaulniers 8 years ago
parent
commit
05dd5c818e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/src/DistrhoPluginVST.cpp

+ 1
- 1
distrho/src/DistrhoPluginVST.cpp View File

@@ -1107,7 +1107,7 @@ static intptr_t vst_dispatcherCallback(AEffect* effect, int32_t opcode, int32_t
properties->flags = kVstParameterIsSwitch;
}

if(hints & kVstParameterCanRamp)
if(hints & kParameterIsLogarithmic)
{
properties->flags |= kVstParameterCanRamp;
}


Loading…
Cancel
Save