Browse Source

Fix plugin rename under JACK single or multi client

Fixes #876

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.1-rc1
falkTX 5 years ago
parent
commit
3bd4ff700f
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      source/backend/engine/CarlaEngineJack.cpp

+ 1
- 0
source/backend/engine/CarlaEngineJack.cpp View File

@@ -1489,6 +1489,7 @@ public:
plugin->setEnabled(true);
}

callback(true, true, ENGINE_CALLBACK_PLUGIN_RENAMED, id, 0, 0, 0, 0.0f, uniqueName);
return true;
}



Loading…
Cancel
Save