mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Remove comment about host context interfaces
As it turns out, later SDK versions did add more interface. (this class used to directly implement `IHostApplication`)
This commit is contained in:
@@ -32,8 +32,6 @@ Vst3HostContextProxyImpl::Vst3HostContextProxyImpl(
|
|||||||
tresult PLUGIN_API
|
tresult PLUGIN_API
|
||||||
Vst3HostContextProxyImpl::queryInterface(const Steinberg::TUID _iid,
|
Vst3HostContextProxyImpl::queryInterface(const Steinberg::TUID _iid,
|
||||||
void** obj) {
|
void** obj) {
|
||||||
// I don't think it's expected of a host to implement multiple interfaces on
|
|
||||||
// this object, so if we do get a call here it's important that it's logged
|
|
||||||
const tresult result = Vst3HostContextProxy::queryInterface(_iid, obj);
|
const tresult result = Vst3HostContextProxy::queryInterface(_iid, obj);
|
||||||
bridge.logger.log_query_interface("In FUnknown::queryInterface()", result,
|
bridge.logger.log_query_interface("In FUnknown::queryInterface()", result,
|
||||||
Steinberg::FUID::fromTUID(_iid));
|
Steinberg::FUID::fromTUID(_iid));
|
||||||
|
|||||||
Reference in New Issue
Block a user