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 CLAP plugins under hosts without latency callbacks
Closes
#432
Signed-off-by: falkTX <falktx@falktx.com>
pull/443/head
falkTX
1 year ago
parent
b4f3718966
commit
4f11f8cc49
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
distrho/src/DistrhoPluginCLAP.cpp
+ 3
- 0
distrho/src/DistrhoPluginCLAP.cpp
View File
@@ -1375,6 +1375,9 @@ public:
fLastKnownLatency = latency;
if (fHostExtensions.latency == nullptr)
return;
if (isActive)
{
fLatencyChanged = true;
Write
Preview
Loading…
Cancel
Save