JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
Steinberg::Vst::IConnectionPoint Class Referenceabstract

Connect a component with another one: Vst::IConnectionPoint. More...

#include "ivstmessage.h"

Inheritance diagram for Steinberg::Vst::IConnectionPoint:
Steinberg::FUnknown Steinberg::Vst::ComponentBase Steinberg::Vst::Component Steinberg::Vst::EditController Steinberg::Vst::EditControllerEx1

Public Member Functions

virtual tresult PLUGIN_API connect (IConnectionPoint *other)=0
 Connects this instance with another connection point.
 
virtual tresult PLUGIN_API disconnect (IConnectionPoint *other)=0
 Disconnects a given connection point from this.
 
virtual tresult PLUGIN_API notify (IMessage *message)=0
 Called when a message has been sent from the connection point to this.
 
- Public Member Functions inherited from Steinberg::FUnknown
virtual tresult PLUGIN_API queryInterface (const TUID _iid, void **obj)=0
 Query for a pointer to the specified interface.
 
virtual uint32 PLUGIN_API addRef ()=0
 Adds a reference and returns the new reference count.
 
virtual uint32 PLUGIN_API release ()=0
 Releases a reference and returns the new reference count.
 

Static Public Attributes

static const FUID iid
 
- Static Public Attributes inherited from Steinberg::FUnknown
static const FUID iid
 

Detailed Description

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.

See also
vst3Communication

Definition at line 72 of file ivstmessage.h.

Member Function Documentation

◆ connect()

virtual tresult PLUGIN_API Steinberg::Vst::IConnectionPoint::connect ( IConnectionPoint other)
pure virtual

Connects this instance with another connection point.

Implemented in Steinberg::Vst::ComponentBase.

◆ disconnect()

virtual tresult PLUGIN_API Steinberg::Vst::IConnectionPoint::disconnect ( IConnectionPoint other)
pure virtual

Disconnects a given connection point from this.

Implemented in Steinberg::Vst::ComponentBase.

◆ notify()

virtual tresult PLUGIN_API Steinberg::Vst::IConnectionPoint::notify ( IMessage message)
pure virtual

Called when a message has been sent from the connection point to this.

Implemented in Steinberg::Vst::ComponentBase.

Member Data Documentation

◆ iid

const FUID Steinberg::Vst::IConnectionPoint::iid
static

Definition at line 86 of file ivstmessage.h.


The documentation for this class was generated from the following file: