VST 3 Interfaces
VST 3.6.14
SDK for developing VST Plug-in
|
Host callback interface for an edit controller. More...
#include <ivstpluginterfacesupport.h>
Public Member Functions | |
virtual tresult | isPlugInterfaceSupported (const TUID _iid)=0 |
Returns kResultTrue if the associated interface to the given _iid is supported/used by the host. More... | |
![]() | |
virtual tresult | queryInterface (const TUID _iid, void **obj)=0 |
virtual uint32 | addRef ()=0 |
virtual uint32 | release ()=0 |
Static Public Attributes | |
static const FUID | iid |
![]() | |
static const FUID | iid |
Host callback interface for an edit controller.
Allow a Plug-in to ask the host if a given Plug-in interface is supported/used by the host. It is implemented by the hostContext given when the component is initialized.
Returns kResultTrue if the associated interface to the given _iid is supported/used by the host.
Implemented in PlugInterfaceSupport.
|
static |