mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 20:10:13 +02:00
Fix wrong direction in cached VST3 call logging
This commit is contained in:
@@ -293,7 +293,7 @@ Vst3PluginProxyImpl::getBusInfo(Steinberg::Vst::MediaType type,
|
||||
bridge.logger.log_request(true, request);
|
||||
if (log_response) {
|
||||
bridge.logger.log_response(
|
||||
true,
|
||||
false,
|
||||
YaComponent::GetBusInfo::Response{
|
||||
.result = Steinberg::kResultOk, .bus = it->second},
|
||||
true);
|
||||
|
||||
Reference in New Issue
Block a user