commit a0b25654c979ecdfbec019046696bfdce15c78d7
parent a461061fef0959f5fabbe580c7c65a9cb9c6e514
Author: falkTX <falktx@falktx.com>
Date: Fri, 11 Feb 2022 03:06:31 +0000
Fix build if midi out enabled but not state
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distrho/src/DistrhoPluginLV2.cpp b/distrho/src/DistrhoPluginLV2.cpp
@@ -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