JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
juce::AudioProcessorEditorHostContext Struct Referenceabstract

Calling AudioProcessorEditor::getHostContext() may return a pointer to an instance of this class. More...

#include "juce_AudioProcessorEditorHostContext.h"

Public Member Functions

virtual std::unique_ptr< HostProvidedContextMenugetContextMenuForParameter (const AudioProcessorParameter *) const =0
 Returns an object which can be used to display a context menu for the parameter with the given index.
 
virtual std::unique_ptr< HostProvidedContextMenugetContextMenuForParameterIndex (const AudioProcessorParameter *p) const
 The naming of this function is misleading.
 

Detailed Description

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.

@tags{Audio}

Definition at line 68 of file juce_AudioProcessorEditorHostContext.h.

Member Function Documentation

◆ getContextMenuForParameterIndex()

virtual std::unique_ptr< HostProvidedContextMenu > juce::AudioProcessorEditorHostContext::getContextMenuForParameterIndex ( const AudioProcessorParameter p) const
virtual

The naming of this function is misleading.

Use getContextMenuForParameter() instead.

Returns an object which can be used to display a context menu for the parameter with the given index.

Definition at line 83 of file juce_AudioProcessorEditorHostContext.h.


The documentation for this struct was generated from the following file: