An instance of this class may be passed to the constructor of an AudioProcessorParameterWithID to set optional characteristics of that parameter.
More...
#include <juce_AudioProcessorParameterWithID.h>
An instance of this class may be passed to the constructor of an AudioProcessorParameterWithID to set optional characteristics of that parameter.
◆ Category
◆ withLabel()
auto AudioProcessorParameterWithIDAttributes::withLabel |
( |
String | x | ) |
const |
|
nodiscard |
◆ withCategory()
auto AudioProcessorParameterWithIDAttributes::withCategory |
( |
Category | x | ) |
const |
|
nodiscard |
◆ withMeta()
auto AudioProcessorParameterWithIDAttributes::withMeta |
( |
bool | x | ) |
const |
|
nodiscard |
◆ withAutomatable()
auto AudioProcessorParameterWithIDAttributes::withAutomatable |
( |
bool | x | ) |
const |
|
nodiscard |
◆ withInverted()
auto AudioProcessorParameterWithIDAttributes::withInverted |
( |
bool | x | ) |
const |
|
nodiscard |
◆ getLabel()
auto AudioProcessorParameterWithIDAttributes::getLabel |
( |
| ) |
const |
|
nodiscard |
An optional label for the parameter's value.
◆ getCategory()
auto AudioProcessorParameterWithIDAttributes::getCategory |
( |
| ) |
const |
|
nodiscard |
The semantics of this parameter.
◆ getMeta()
auto AudioProcessorParameterWithIDAttributes::getMeta |
( |
| ) |
const |
|
nodiscard |
◆ getAutomatable()
auto AudioProcessorParameterWithIDAttributes::getAutomatable |
( |
| ) |
const |
|
nodiscard |
◆ getInverted()
auto AudioProcessorParameterWithIDAttributes::getInverted |
( |
| ) |
const |
|
nodiscard |
The documentation for this class was generated from the following file: