Browse Source

Add kParameterIsBoolean requirement for kParameterIsTrigger

pull/28/head
Henna Haahti 8 years ago
parent
commit
ec96885e6b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/DistrhoPlugin.hpp

+ 1
- 1
distrho/DistrhoPlugin.hpp View File

@@ -93,7 +93,7 @@ static const uint32_t kParameterIsOutput = 0x10;
Parameter value is a trigger.
This is only supported in LV2 plugins.
*/
static const uint32_t kParameterIsTrigger = 0x20;
static const uint32_t kParameterIsTrigger = 0x20 | kParameterIsBoolean;

/** @} */



Loading…
Cancel
Save