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
Print in logs when VST UI refuses to open
tags/1.9.8
falkTX
7 years ago
parent
71065e6315
commit
869215b3b6
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/plugin/CarlaPluginVST2.cpp
+ 1
- 0
source/backend/plugin/CarlaPluginVST2.cpp
View File
@@ -460,6 +460,7 @@ public:
delete fUI.window;
fUI.window = nullptr;
carla_stderr2("Plugin refused to open its own UI");
return pData->engine->callback(ENGINE_CALLBACK_UI_STATE_CHANGED, pData->id, -1, 0, 0.0f, "Plugin refused to open its own UI");
}
}
Write
Preview
Loading…
Cancel
Save