23#include <juce_audio_processors/juce_audio_processors.h>
Used to add a boolean parameter to a plugin.
Definition ParamBool.h:43
Attributes attributes
The parameter's attributes, e.g. a label.
Definition ParamBool.h:50
juce::String name
The parameter's name, displayed in the DAW's automation.
Definition ParamBool.h:48
juce::ParameterID id
The parameter's unique ID, used to identify it in the DAW.
Definition ParamBool.h:47
float defaultVal
The parameter's default value.
Definition ParamBool.h:49
auto create() const
Creates a juce::AudioParameterBool object from the given parameters.
Definition ParamBool.h:53
juce::AudioParameterBoolAttributes Attributes
Used to specify the parameter's attributes, e.g. a label. See the JUCE docs for details.
Definition ParamBool.h:45