Calling AudioProcessorEditor::getHostContext() may return a pointer to an instance of this class.
virtual std::unique_ptr< HostProvidedContextMenu > getContextMenuForParameterIndex(const AudioProcessorParameter *p) const
The naming of this function is misleading.
virtual std::unique_ptr< HostProvidedContextMenu > getContextMenuForParameter(const AudioProcessorParameter *) const =0
Returns an object which can be used to display a context menu for the parameter with the given index.