mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Fix wrong direction in cached VST3 call logging
This commit is contained in:
@@ -118,6 +118,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
in _SWAM Cello_ is now been fixed without requiring any manual compatibility
|
||||
options.
|
||||
- Fixed the Wine version detection when using a custom `WINELOADER`.
|
||||
- Fixed incorrect logging output for cached VST3 function calls.
|
||||
|
||||
## [3.1.0] - 2021-04-15
|
||||
|
||||
|
||||
@@ -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