addListener(Listener *newListener) | juce::AudioProcessorParameter | |
analysisMeter enum value | juce::AudioProcessorParameter | |
AudioParameterFloat(const String ¶meterID, const String &name, NormalisableRange< float > normalisableRange, float defaultValue, const String &label=String(), Category category=AudioProcessorParameter::genericParameter, std::function< String(float value, int maximumStringLength)> stringFromValue=nullptr, std::function< float(const String &text)> valueFromString=nullptr) | juce::AudioParameterFloat | |
AudioParameterFloat(String parameterID, String name, float minValue, float maxValue, float defaultValue) | juce::AudioParameterFloat | |
AudioProcessorParameter() noexcept | juce::AudioProcessorParameter | |
AudioProcessorParameterWithID(const String ¶meterID, const String &name, const String &label=String(), Category category=AudioProcessorParameter::genericParameter) | juce::AudioProcessorParameterWithID | |
automatable | juce::AudioProcessorValueTreeState::Parameter | private |
beginChangeGesture() | juce::AudioProcessorParameter | |
boolean | juce::AudioProcessorValueTreeState::Parameter | private |
category | juce::AudioProcessorParameterWithID | |
Category enum name | juce::AudioProcessorParameter | |
compressorLimiterGainReductionMeter enum value | juce::AudioProcessorParameter | |
convertFrom0to1(float v) const noexcept | juce::RangedAudioParameter | inline |
convertTo0to1(float v) const noexcept | juce::RangedAudioParameter | inline |
discrete | juce::AudioProcessorValueTreeState::Parameter | private |
endChangeGesture() | juce::AudioProcessorParameter | |
expanderGateGainReductionMeter enum value | juce::AudioProcessorParameter | |
genericParameter enum value | juce::AudioProcessorParameter | |
get() const noexcept | juce::AudioParameterFloat | inline |
getAllValueStrings() const | juce::AudioProcessorParameter | virtual |
getCurrentValueAsText() const | juce::AudioProcessorParameter | virtual |
getDefaultValue() const override | juce::AudioProcessorValueTreeState::Parameter | virtual |
getNormalisableRange() const override | juce::AudioParameterFloat | inlinevirtual |
getNumSteps() const override | juce::AudioProcessorValueTreeState::Parameter | virtual |
getParameterIndex() const noexcept | juce::AudioProcessorParameter | inline |
inputGain enum value | juce::AudioProcessorParameter | |
inputMeter enum value | juce::AudioProcessorParameter | |
isAutomatable() const override | juce::AudioProcessorValueTreeState::Parameter | virtual |
isBoolean() const override | juce::AudioProcessorValueTreeState::Parameter | virtual |
isDiscrete() const override | juce::AudioProcessorValueTreeState::Parameter | virtual |
isMetaParameter() const override | juce::AudioProcessorValueTreeState::Parameter | virtual |
isOrientationInverted() const | juce::AudioProcessorParameter | virtual |
label | juce::AudioProcessorParameterWithID | |
metaParameter | juce::AudioProcessorValueTreeState::Parameter | private |
name | juce::AudioProcessorParameterWithID | |
operator float() const noexcept | juce::AudioParameterFloat | inline |
operator=(float newValue) | juce::AudioParameterFloat | |
otherMeter enum value | juce::AudioProcessorParameter | |
outputGain enum value | juce::AudioProcessorParameter | |
outputMeter enum value | juce::AudioProcessorParameter | |
Parameter(const String ¶meterID, const String ¶meterName, const String &labelText, NormalisableRange< float > valueRange, float defaultValue, std::function< String(float)> valueToTextFunction, std::function< float(const String &)> textToValueFunction, bool isMetaParameter=false, bool isAutomatableParameter=true, bool isDiscrete=false, AudioProcessorParameter::Category category=AudioProcessorParameter::genericParameter, bool isBoolean=false) | juce::AudioProcessorValueTreeState::Parameter | |
paramID | juce::AudioProcessorParameterWithID | |
range | juce::AudioParameterFloat | |
RangedAudioParameter(const String ¶meterID, const String &name, const String &label={}, Category category=AudioProcessorParameter::genericParameter) | juce::RangedAudioParameter | inline |
removeListener(Listener *listener) | juce::AudioProcessorParameter | |
sendValueChangedMessageToListeners(float newValue) | juce::AudioProcessorParameter | |
setValueNotifyingHost(float newValue) | juce::AudioProcessorParameter | |
unsnappedDefault | juce::AudioProcessorValueTreeState::Parameter | private |
valueChanged(float newValue) | juce::AudioParameterFloat | protectedvirtual |
~AudioParameterFloat() override | juce::AudioParameterFloat | |
~AudioProcessorParameter() | juce::AudioProcessorParameter | virtual |
~AudioProcessorParameterWithID() override | juce::AudioProcessorParameterWithID | |