VST 3 Interfaces VST 3.7
SDK for developing VST plug-in
|
Host callback interface for an edit controller: Vst::IPlugInterfaceSupport. 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... | |
Public Member Functions inherited from FUnknown | |
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 Public Attributes inherited from FUnknown | |
static const FUID | iid |
Host callback interface for an edit controller: Vst::IPlugInterfaceSupport.
Allows 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 |