|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Combines a parameter ID and a version hint. More...
#include "juce_AudioProcessorParameterWithID.h"
Public Member Functions | |
| template<typename StringLike , typename = DisableIfSameOrDerived<ParameterID, StringLike>> | |
| ParameterID (StringLike &&identifier, int versionHint=0) | |
| Constructs an instance. | |
| auto | getParamID () const |
| auto | getVersionHint () const |
Combines a parameter ID and a version hint.
@tags{Audio}
Definition at line 34 of file juce_AudioProcessorParameterWithID.h.
| juce::ParameterID::ParameterID | ( | StringLike && | identifier, |
| int | versionHint = 0 |
||
| ) |
Constructs an instance.
Note that this constructor implicitly converts from Strings and string-like types.
| 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. |
Definition at line 50 of file juce_AudioProcessorParameterWithID.h.
| auto juce::ParameterID::getParamID | ( | ) | const |
Definition at line 54 of file juce_AudioProcessorParameterWithID.h.
| auto juce::ParameterID::getVersionHint | ( | ) | const |
Definition at line 57 of file juce_AudioProcessorParameterWithID.h.