VST 3 Interfaces
VST 3.6.14
SDK for developing VST Plug-in
|
Private Plug-in message. More...
#include <ivstmessage.h>
Public Member Functions | |
virtual FIDString | getMessageID ()=0 |
Returns the message ID (for example "TextMessage"). More... | |
virtual void | setMessageID (FIDString id)=0 |
Sets a message ID (for example "TextMessage"). More... | |
virtual IAttributeList * | getAttributes ()=0 |
Returns the attribute list associated to the message. 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 |
Private Plug-in message.
Messages are sent from a VST-controller component to a VST-editor component and vice versa.
|
pure virtual |
Returns the message ID (for example "TextMessage").
Implemented in HostMessage.
|
pure virtual |
Sets a message ID (for example "TextMessage").
|
pure virtual |
Returns the attribute list associated to the message.
Implemented in HostMessage.
|
static |