mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 04:20:13 +02:00
Use UID conversion for GetControllerClassId
This commit is contained in:
@@ -1759,7 +1759,7 @@ void Vst3Logger::log_response(
|
||||
if (response.result == Steinberg::kResultOk) {
|
||||
message << ", "
|
||||
<< format_uid(Steinberg::FUID::fromTUID(
|
||||
response.editor_cid.data()));
|
||||
response.editor_cid.get_native_uid().data()));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user