Browse Source

Print in logs when VST UI refuses to open

tags/1.9.8
falkTX 7 years ago
parent
commit
869215b3b6
1 changed files with 1 additions and 0 deletions
  1. +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");
}
}


Loading…
Cancel
Save