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
commit
51f20736b4
1 changed files with 0 additions and 4 deletions
  1. +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)
{


Loading…
Cancel
Save