mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 13:40:05 +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 =
|
||||
|
||||
Reference in New Issue
Block a user