JUCE
|
Calling AudioProcessorEditor::getHostContext() may return a pointer to an instance of this class. More...
Public Member Functions | |
virtual | ~AudioProcessorEditorHostContext ()=default |
virtual std::unique_ptr< HostProvidedContextMenu > | getContextMenuForParameterIndex (const AudioProcessorParameter *) const =0 |
Returns an object which can be used to display a context menu for the parameter with the given index. More... | |
Calling AudioProcessorEditor::getHostContext() may return a pointer to an instance of this class.
At the moment, this can be used to retrieve context menus for parameters in compatible VST3 hosts. Additional extensions may be added here in the future.
|
virtualdefault |
|
pure virtual |
Returns an object which can be used to display a context menu for the parameter with the given index.