mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Use UID conversion for IsPlugInterfaceSupported
I assume that this would also be necessary here, right?
This commit is contained in:
@@ -1296,7 +1296,8 @@ bool Vst3Logger::log_request(
|
||||
}
|
||||
|
||||
message << ": IPlugInterfaceSupport::isPlugInterfaceSupported(unitId = "
|
||||
<< format_uid(Steinberg::FUID::fromTUID(request.iid.data()))
|
||||
<< format_uid(Steinberg::FUID::fromTUID(
|
||||
request.iid.get_native_uid().data()))
|
||||
<< ")";
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user