|
LMMS
|
#include <ivstmessage.h>
Public Member Functions | |
| virtual tresult PLUGIN_API | connect (IConnectionPoint *other)=0 |
| virtual tresult PLUGIN_API | disconnect (IConnectionPoint *other)=0 |
| virtual tresult PLUGIN_API | notify (IMessage *message)=0 |
| Public Member Functions inherited from Steinberg::FUnknown | |
| virtual tresult PLUGIN_API | queryInterface (const TUID _iid, void **obj)=0 |
| virtual uint32 PLUGIN_API | addRef ()=0 |
| virtual uint32 PLUGIN_API | release ()=0 |
Static Public Attributes | |
| static const FUID | iid |
| Static Public Attributes inherited from Steinberg::FUnknown | |
| static const FUID | iid |
Connect a component with another one: Vst::IConnectionPoint
This interface is used for the communication of separate components. Note that some hosts will place a proxy object between the components so that they are not directly connected.
|
pure virtual |
Connects this instance with another connection point.
Implemented in Steinberg::Vst::ComponentBase.
|
pure virtual |
Disconnects a given connection point from this.
Implemented in Steinberg::Vst::ComponentBase.
|
pure virtual |
Called when a message has been sent from the connection point to this.
Implemented in Steinberg::Vst::ComponentBase.