VST 3 Interfaces
VST 3.6.7
SDK for developing VST Plug-in
|
Host callback for extended unit support. More...
#include <ivstunits.h>
Public Member Functions | |
virtual tresult | notifyUnitByBusChange ()=0 |
Tell host that assignment Unit-Bus defined by IUnitInfo::getUnitByBus has changed. 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 for extended unit support.
Host callback interface, used with IUnitInfo. Retrieve via queryInterface from IComponentHandler.
|
pure virtual |
Tell host that assignment Unit-Bus defined by IUnitInfo::getUnitByBus has changed.
|
static |