VST 3 Interfaces
VST 3.7
SDK for developing VST plug-in
|
Extended plug-in interface IEditController for Inter-App Audio connection state change notifications. More...
#include <ivstinterappaudio.h>
Public Member Functions | |
virtual void | onInterAppAudioConnectionStateChange (TBool newState)=0 |
called when the Inter-App Audio connection state changes | |
![]() | |
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 |
Extended plug-in interface IEditController for Inter-App Audio connection state change notifications.
|
pure virtual |
called when the Inter-App Audio connection state changes
newState | true if an Inter-App Audio connection is established, otherwise false |
|
static |