VST 3 Interfaces
VST 3.6.14
SDK for developing VST Plug-in
|
Extended Host callback interface IComponentHandler3 for an edit controller. More...
#include <ivstcontextmenu.h>
Public Member Functions | |
virtual IContextMenu * | createContextMenu (IPlugView *plugView, const ParamID *paramID)=0 |
Creates a host context menu for a Plug-in: 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 |
Extended Host callback interface IComponentHandler3 for an edit controller.
A Plug-in can ask the host to create a context menu for a given exported Parameter ID or a generic context menu.
The host may pre-fill this context menu with specific items regarding the parameter ID like "Show automation for parameter", "MIDI learn" etc...
The Plug-in can use the context menu in two ways :
Note: You can and should use this even if you don't add your own items to the menu as this is considered to be a big user value.
Adding Plug-in specific items to the context menu
|
pure virtual |
Creates a host context menu for a Plug-in:
|
static |