VST 3 Interfaces
VST 3.6.7
SDK for developing VST Plug-in
|
Basic Host Callback Interface. 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... | |
![]() | |
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.
Basic VST host application interface.
Gets host application name.
Implemented in HostApplication.
|
static |