mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Fix misleading IPlugView::canResize log message
I noticed the number of requests and responses for both plugin to host and host to plugin requests was off by one. This was why.
This commit is contained in:
@@ -256,7 +256,7 @@ tresult PLUGIN_API Vst3PlugViewProxyImpl::canResize() {
|
||||
bridge_.logger_.log_request(true, request);
|
||||
if (log_response) {
|
||||
bridge_.logger_.log_response(
|
||||
true, YaPlugView::CanResize::Response(*result), true);
|
||||
false, YaPlugView::CanResize::Response(*result), true);
|
||||
}
|
||||
|
||||
return *result;
|
||||
|
||||
Reference in New Issue
Block a user