mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +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
|
in _SWAM Cello_ is now been fixed without requiring any manual compatibility
|
||||||
options.
|
options.
|
||||||
- Fixed the Wine version detection when using a custom `WINELOADER`.
|
- 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
|
## [3.1.0] - 2021-04-15
|
||||||
|
|
||||||
|
|||||||
@@ -293,7 +293,7 @@ Vst3PluginProxyImpl::getBusInfo(Steinberg::Vst::MediaType type,
|
|||||||
bridge.logger.log_request(true, request);
|
bridge.logger.log_request(true, request);
|
||||||
if (log_response) {
|
if (log_response) {
|
||||||
bridge.logger.log_response(
|
bridge.logger.log_response(
|
||||||
true,
|
false,
|
||||||
YaComponent::GetBusInfo::Response{
|
YaComponent::GetBusInfo::Response{
|
||||||
.result = Steinberg::kResultOk, .bus = it->second},
|
.result = Steinberg::kResultOk, .bus = it->second},
|
||||||
true);
|
true);
|
||||||
|
|||||||
Reference in New Issue
Block a user