This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix build if midi out enabled but not state
Signed-off-by: falkTX <falktx@falktx.com>
pull/375/head
falkTX
Filipe Coelho
<falktx@falktx.com>
3 years ago
parent
a461061fef
commit
a0b25654c9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save