mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-15 16:03:55 +02:00
Move X11 event tracing behind +editor debug flag
This commit is contained in:
@@ -719,7 +719,8 @@ intptr_t Vst2Bridge::dispatch_wrapper(AEffect* plugin,
|
||||
const auto x11_handle = reinterpret_cast<size_t>(data);
|
||||
|
||||
Editor& editor_instance = editor.emplace(
|
||||
main_context, config, x11_handle, [plugin = this->plugin]() {
|
||||
main_context, config, generic_logger, x11_handle,
|
||||
[plugin = this->plugin]() {
|
||||
plugin->dispatcher(plugin, effEditIdle, 0, 0, nullptr, 0.0);
|
||||
});
|
||||
const intptr_t result =
|
||||
|
||||
@@ -732,7 +732,7 @@ void Vst3Bridge::run() {
|
||||
Editor& editor_instance =
|
||||
object_instances.at(request.owner_instance_id)
|
||||
.editor.emplace(main_context, config,
|
||||
x11_handle);
|
||||
generic_logger, x11_handle);
|
||||
const tresult result =
|
||||
object_instances.at(request.owner_instance_id)
|
||||
.plug_view_instance->plug_view->attached(
|
||||
|
||||
Reference in New Issue
Block a user