VST 3 Interfaces VST 3.7
SDK for developing VST plug-in
|
Private plug-in message: Vst::IMessage. 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... | |
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 |
Private plug-in message: Vst::IMessage.
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 |