Browse Source

Fix build if midi out enabled but not state

Signed-off-by: falkTX <falktx@falktx.com>
pull/375/head
parent
commit
a0b25654c9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/src/DistrhoPluginLV2.cpp

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

@@ -1007,7 +1007,7 @@ public:

setState(key, value);

#if DISTRHO_LV2_USE_EVENTS_OUT
#if DISTRHO_PLUGIN_WANT_STATE
// signal msg needed for UI
fNeededUiSends[i] = true;
#endif


Loading…
Cancel
Save