VST 3 Interfaces
VST 3.6.14
SDK for developing VST Plug-in
|
Channel Context Interface. More...
#include <ivstchannelcontextinfo.h>
Public Member Functions | |
virtual tresult | setChannelContextInfos (IAttributeList *list)=0 |
Receive the channel context infos from host. 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 |
Channel Context Interface.
Allows the host to inform the Plug-in about the context in which the Plug-in is instantiated, mainly channel based info (color, name, index,...). Index could be defined inside a namespace (for example index start from 1 to N for Type Input/Output Channel (Index namespace) and index start from 1 to M for Type Audio Channel).
As soon as the Plug-in provides this IInfoListener interface, the host will call setChannelContextInfos for each change occurring to this channel (new name, new color, new indexation,...)
|
pure virtual |
Receive the channel context infos from host.
|
static |