mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-13 20:09:59 +02:00
Add a configuration option for double embedding
Only plugin that needs this so far is PSPaudioware's E27 (and likely other PSP plugins with expandable GUIs).
This commit is contained in:
@@ -633,6 +633,13 @@ void PluginBridge::log_init_message() {
|
||||
init_msg << ", 64-bit";
|
||||
}
|
||||
init_msg << "'" << std::endl;
|
||||
init_msg << "other options: '";
|
||||
if (config.editor_double_embed) {
|
||||
init_msg << "editor: double embed";
|
||||
} else {
|
||||
init_msg << "<none>";
|
||||
}
|
||||
init_msg << "'" << std::endl;
|
||||
init_msg << std::endl;
|
||||
|
||||
// Include a list of enabled compile-tiem features, mostly to make debug
|
||||
|
||||
Reference in New Issue
Block a user