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 for previous commits
tags/1.9.6
falkTX
9 years ago
parent
b6594b2fa1
commit
5f901af3fb
1 changed files
with
2 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-7
source/backend/plugin/CarlaPluginVST2.cpp
+ 2
- 7
source/backend/plugin/CarlaPluginVST2.cpp
View File
@@ -484,13 +484,8 @@ public:
void idle() override
{
if (fUI.window != nullptr)
{
fUI.window->idle();
if (fUI.isVisible)
dispatcher(effEditIdle, 0, 0, nullptr, 0.0f);
}
if (fNeedIdle)
dispatcher(effIdle, 0, 0, nullptr, 0.0f);
CarlaPlugin::idle();
}
Write
Preview
Loading…
Cancel
Save