VST 3 Interfaces VST 3.7
SDK for developing VST plug-in
|
Basic host callback interface: Vst::IHostApplication. More...
#include <ivsthostapplication.h>
Public Member Functions | |
virtual tresult | getName (String128 name)=0 |
Gets host application name. More... | |
virtual tresult | createInstance (TUID cid, TUID _iid, void **obj)=0 |
Creates host object (for example: Vst::IMessage). 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 |
Basic host callback interface: Vst::IHostApplication.
Basic VST host application interface.
Creates host object (for example: Vst::IMessage).
Implemented in HostApplication.
|
static |