| VST 3 Interfaces
    VST 3.7
    SDK for developing VST plug-in | 
Channel context interface: Vst::IInfoListener. More...
#include <ivstchannelcontextinfo.h>
 Inheritance diagram for IInfoListener:
 Inheritance diagram for IInfoListener:| Public Member Functions | |
| virtual tresult | setChannelContextInfos (IAttributeList *list)=0 | 
| Receive the channel context infos from host. | |
|  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 | 
Channel context interface: Vst::IInfoListener.
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 can 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 |