|
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 |
Public Types | |
| using | Category = AudioProcessorParameter::Category |
| using | StringFromValue = std::function< String(Value, int)> |
| using | ValueFromString = std::function< Value(const String &)> |
Definition at line 43 of file juce_RangedAudioParameter.h.
| using juce::RangedAudioParameterAttributes< Derived, Value >::Category = AudioProcessorParameter::Category |
Definition at line 48 of file juce_RangedAudioParameter.h.
| using juce::RangedAudioParameterAttributes< Derived, Value >::StringFromValue = std::function<String (Value, int)> |
Definition at line 50 of file juce_RangedAudioParameter.h.
| using juce::RangedAudioParameterAttributes< Derived, Value >::ValueFromString = std::function<Value (const String&)> |
Definition at line 51 of file juce_RangedAudioParameter.h.
| const auto & juce::RangedAudioParameterAttributes< Derived, Value >::getAudioProcessorParameterWithIDAttributes | ( | ) | const |
Gets attributes that would also apply to an AudioProcessorParameterWithID.
Definition at line 81 of file juce_RangedAudioParameter.h.
| const auto & juce::RangedAudioParameterAttributes< Derived, Value >::getStringFromValueFunction | ( | ) | const |
An optional lambda function that converts a non-normalised value to a string with a maximum length.
This may be used by hosts to display the parameter's value.
Definition at line 75 of file juce_RangedAudioParameter.h.
| const auto & juce::RangedAudioParameterAttributes< Derived, Value >::getValueFromStringFunction | ( | ) | const |
An optional lambda function that parses a string and converts it into a non-normalised value.
Some hosts use this to allow users to type in parameter values.
Definition at line 78 of file juce_RangedAudioParameter.h.
| auto juce::RangedAudioParameterAttributes< Derived, Value >::withAutomatable | ( | bool | x | ) | const |
See AudioProcessorParameter::isAutomatable()
Definition at line 69 of file juce_RangedAudioParameter.h.
| auto juce::RangedAudioParameterAttributes< Derived, Value >::withCategory | ( | Category | x | ) | const |
See AudioProcessorParameterWithIDAttributes::withCategory()
Definition at line 63 of file juce_RangedAudioParameter.h.
| auto juce::RangedAudioParameterAttributes< Derived, Value >::withInverted | ( | bool | x | ) | const |
See AudioProcessorParameter::isOrientationInverted()
Definition at line 72 of file juce_RangedAudioParameter.h.
| auto juce::RangedAudioParameterAttributes< Derived, Value >::withLabel | ( | String | x | ) | const |
See AudioProcessorParameterWithIDAttributes::withLabel()
Definition at line 60 of file juce_RangedAudioParameter.h.
| auto juce::RangedAudioParameterAttributes< Derived, Value >::withMeta | ( | bool | x | ) | const |
See AudioProcessorParameter::isMetaParameter()
Definition at line 66 of file juce_RangedAudioParameter.h.
| auto juce::RangedAudioParameterAttributes< Derived, Value >::withStringFromValueFunction | ( | StringFromValue | x | ) | const |
An optional lambda function that converts a non-normalised value to a string with a maximum length.
This may be used by hosts to display the parameter's value.
Definition at line 54 of file juce_RangedAudioParameter.h.
| auto juce::RangedAudioParameterAttributes< Derived, Value >::withValueFromStringFunction | ( | ValueFromString | x | ) | const |
An optional lambda function that parses a string and converts it into a non-normalised value.
Some hosts use this to allow users to type in parameter values.
Definition at line 57 of file juce_RangedAudioParameter.h.