35 label (attributes.getLabel()),
36 category (attributes.getCategory()),
37 meta (attributes.getMeta()),
38 automatable (attributes.getAutomatable()),
39 inverted (attributes.getInverted())
An instance of this class may be passed to the constructor of an AudioProcessorParameterWithID to set...
const String label
Provides access to the parameter's label.
const String name
Provides access to the parameter's name.
AudioProcessorParameterWithID(const ParameterID ¶meterID, const String ¶meterName, const AudioProcessorParameterWithIDAttributes &attributes={})
The creation of this object requires providing a name and ID which will be constant for its lifetime.
Category getCategory() const override
Returns the parameter's category.
String getLabel() const override
Some parameters may be able to return a label string for their units.
const Category category
Provides access to the parameter's category.
String getName(int) const override
Returns the name to display for this parameter, which should be made to fit within the given string l...
Combines a parameter ID and a version hint.
String substring(int startIndex, int endIndex) const
Returns a subsection of the string.
Type unalignedPointerCast(void *ptr) noexcept
Casts a pointer to another type via void*, which suppresses the cast-align warning which sometimes ar...
A parameter with functions that are useful for plugin hosts.