mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Fix plugin proxy cosntruction response log message
This commit is contained in:
@@ -355,7 +355,7 @@ void Vst3Logger::log_response(bool is_host_vst,
|
|||||||
UniversalTResult>& result) {
|
UniversalTResult>& result) {
|
||||||
log_response_base(is_host_vst, [&](auto& message) {
|
log_response_base(is_host_vst, [&](auto& message) {
|
||||||
std::visit(overload{[&](const Vst3PluginProxy::ConstructArgs& args) {
|
std::visit(overload{[&](const Vst3PluginProxy::ConstructArgs& args) {
|
||||||
message << "<IComponent* #" << args.instance_id
|
message << "<FUnknown* #" << args.instance_id
|
||||||
<< ">";
|
<< ">";
|
||||||
},
|
},
|
||||||
[&](const UniversalTResult& code) {
|
[&](const UniversalTResult& code) {
|
||||||
|
|||||||
Reference in New Issue
Block a user