mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 20:10:13 +02:00
Use UID conversion for GetControllerClassId
This commit is contained in:
@@ -169,8 +169,8 @@ Vst3PluginProxyImpl::getControllerClassId(Steinberg::TUID classId) {
|
||||
YaComponent::GetControllerClassId{.instance_id =
|
||||
instance_id()});
|
||||
|
||||
std::copy(response.editor_cid.begin(), response.editor_cid.end(),
|
||||
classId);
|
||||
ArrayUID native_uid = response.editor_cid.get_native_uid();
|
||||
std::copy(native_uid.begin(), native_uid.end(), classId);
|
||||
|
||||
return response.result;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user