mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 13:00:02 +02:00
Use UID conversion for IsPlugInterfaceSupported
I assume that this would also be necessary here, right?
This commit is contained in:
@@ -100,8 +100,7 @@ Vst3HostContextProxyImpl::isPlugInterfaceSupported(const Steinberg::TUID _iid) {
|
||||
return bridge.send_message(
|
||||
YaPlugInterfaceSupport::IsPlugInterfaceSupported{
|
||||
.owner_instance_id = owner_instance_id(),
|
||||
.iid = std::to_array(
|
||||
*reinterpret_cast<const Steinberg::TUID*>(&_iid))});
|
||||
.iid = *reinterpret_cast<const Steinberg::TUID*>(&_iid)});
|
||||
} else {
|
||||
bridge.logger.log(
|
||||
"WARNING: Null pointer passed to "
|
||||
|
||||
Reference in New Issue
Block a user