This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix missing idle in native plugins, leading to no post rt events
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.1-rc2
falkTX
4 years ago
parent
27548ae652
commit
57e3a99b74
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
source/backend/plugin/CarlaPluginNative.cpp
+ 2
- 0
source/backend/plugin/CarlaPluginNative.cpp
View File
@@ -997,6 +997,8 @@ public:
}
}
}
CarlaPlugin::idle();
}
void uiIdle() override
Write
Preview
Loading…
Cancel
Save