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 (e.g. 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 |
Basic host callback interface: Vst::IHostApplication.
Basic VST host application interface.
Gets host application name.
Implemented in HostApplication.
|
static |