This is a helper class for implementing AudioProcessorEditor::getControlParameterIndex with GUIs using a WebBrowserComponent. More...
#include <juce_WebControlParameterIndexReceiver.h>


Public Member Functions | |
| WebBrowserComponent::Options | buildOptions () |
| WebBrowserComponent::Options | buildOptions (const WebBrowserComponent::Options &initialOptions) override |
| virtual WebBrowserComponent::Options | buildOptions (const WebBrowserComponent::Options &initialOptions)=0 |
| int | getControlParameterIndex () const |
Private Attributes | |
| int | controlParameterIndex = -1 |
This is a helper class for implementing AudioProcessorEditor::getControlParameterIndex with GUIs using a WebBrowserComponent.
Create an instance of this class and attach it to the WebBrowserComponent by using WebBrowserComponent::Options::withOptionsFrom.
In your frontend code you can use the ControlParameterIndexUpdater class, that emits controlParameterIndexChanged events based on the mouse movement, and control parameter index annotations attached to DOM elements.
@tags{GUI}
|
inlineinherited |
|
inlineoverride |
|
pure virtualinherited |
|
inline |
|
private |