Removes all event subscribers and ensures no dangling listeners, etc.
Retrieve the parameter object with the given ID.
Retrieve all parameters.
Checks whether there is a parameter with the given ID.
Loads and initializes parameters from data embedded in the backend.
CAUTION: You MUST define the "getParametersJsonData" native function in the backend code that initializes the juce::WebBrowserComponent.
Sets up the workings for a single parameter, creating the object and wiring up bidirectional communication with the backend.
Removes the parameter with the given ID if it exists.
Resets all parameters to their default values.
Optionalsource: ParameterChangeSource
Describes functionality to manage our parameters in various aspects, including initialization, cleanup, and simple getter methods.