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
Do not call plugin effEditIdle on update display opcode
Signed-off-by: falkTX <falktx@gmail.com>
tags/v1.9.13
falkTX
6 years ago
parent
2413bbf04f
commit
51f20736b4
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
source/backend/plugin/CarlaPluginVST2.cpp
+ 0
- 4
source/backend/plugin/CarlaPluginVST2.cpp
View File
@@ -2087,10 +2087,6 @@ protected:
break;
case audioMasterUpdateDisplay:
// Idle UI if visible
if (fUI.isVisible)
dispatcher(effEditIdle);
// Update current program
if (pData->prog.count > 0)
{
Write
Preview
Loading…
Cancel
Save