23#include <juce_audio_processors/juce_audio_processors.h>
64 return std::make_unique<juce::AudioParameterInt>(
Used to specify the parameter's range.
Definition ParamInt.h:47
int min
The parameter's minimum value.
Definition ParamInt.h:48
int max
The parameter's maximum value.
Definition ParamInt.h:49
Used to add an integer parameter to a plugin.
Definition ParamInt.h:44
Range range
The parameter's range.
Definition ParamInt.h:57
auto create() const
Creates a juce::AudioParameterInt object from the given parameters.
Definition ParamInt.h:62
juce::ParameterID id
The parameter's unique ID, used to identify it in the DAW.
Definition ParamInt.h:55
juce::AudioParameterIntAttributes Attributes
Used to specify the parameter's attributes, e.g. a label. See the JUCE docs for details.
Definition ParamInt.h:53
Attributes attributes
The parameter's attributes, e.g. a label.
Definition ParamInt.h:59
float defaultVal
The parameter's default value.
Definition ParamInt.h:58
juce::String name
The parameter's name, displayed in the DAW's automation.
Definition ParamInt.h:56