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
CLAP parameter flush is active || main-thread, adjust as such
Signed-off-by: falkTX <falktx@falktx.com>
pull/409/head
falkTX
3 years ago
parent
847000e4f2
commit
d999455674
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
distrho/src/DistrhoPluginCLAP.cpp
+ 2
- 1
distrho/src/DistrhoPluginCLAP.cpp
View File
@@ -1199,7 +1199,8 @@ public:
}
#if DISTRHO_PLUGIN_WANT_LATENCY
checkForLatencyChanges(fPlugin.isActive(), false);
const bool active = fPlugin.isActive();
checkForLatencyChanges(active, !active);
#endif
}
Write
Preview
Loading…
Cancel
Save