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
commit
57e3a99b74
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions
  1. +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


Loading…
Cancel
Save