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 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
9bc0cd764f
commit
3bd4ff700f
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Cancel
Save