Combines a parameter ID and a version hint.
More...
#include <juce_AudioProcessorParameterWithID.h>
Combines a parameter ID and a version hint.
◆ ParameterID() [1/2]
juce::ParameterID::ParameterID |
( |
| ) |
|
|
default |
◆ ParameterID() [2/2]
template<typename StringLike , typename = DisableIfSameOrDerived<ParameterID, StringLike>>
juce::ParameterID::ParameterID |
( |
StringLike && |
identifier, |
|
|
int |
versionHint = 0 |
|
) |
| |
|
inline |
Constructs an instance.
Note that this constructor implicitly converts from Strings and string-like types.
- Parameters
-
identifier | A string that uniquely identifies a single parameter |
versionHint | Influences parameter ordering in Audio Unit plugins. Used to provide backwards compatibility of Audio Unit plugins in Logic and GarageBand. |
- See also
- AudioProcessorParameter(int)
◆ getParamID()
auto juce::ParameterID::getParamID |
( |
| ) |
const |
|
inline |
◆ getVersionHint()
auto juce::ParameterID::getVersionHint |
( |
| ) |
const |
|
inline |
- See also
- AudioProcessorParameter(int)
References version.
◆ paramID
String juce::ParameterID::paramID |
|
private |
◆ version
int juce::ParameterID::version = 0 |
|
private |
The documentation for this class was generated from the following file: