mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +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) {
|
||||
log_response_base(is_host_vst, [&](auto& message) {
|
||||
std::visit(overload{[&](const Vst3PluginProxy::ConstructArgs& args) {
|
||||
message << "<IComponent* #" << args.instance_id
|
||||
message << "<FUnknown* #" << args.instance_id
|
||||
<< ">";
|
||||
},
|
||||
[&](const UniversalTResult& code) {
|
||||
|
||||
Reference in New Issue
Block a user