|
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 Member Functions | |
| ParameterAdapter (RangedAudioParameter ¶meterIn) | |
| void | addListener (Listener *l) |
| void | removeListener (Listener *l) |
| RangedAudioParameter & | getParameter () |
| const RangedAudioParameter & | getParameter () const |
| const NormalisableRange< float > & | getRange () const |
| float | getDenormalisedDefaultValue () const |
| void | setDenormalisedValue (float value) |
| float | getDenormalisedValueForText (const String &text) const |
| String | getTextForDenormalisedValue (float value) const |
| float | getDenormalisedValue () const |
| std::atomic< float > & | getRawDenormalisedValue () |
| bool | flushToTree (const Identifier &key, UndoManager *um) |
Public Attributes | |
| ValueTree | tree |
Definition at line 63 of file juce_AudioProcessorValueTreeState.cpp.
|
explicit |
Definition at line 69 of file juce_AudioProcessorValueTreeState.cpp.
|
override |
Definition at line 80 of file juce_AudioProcessorValueTreeState.cpp.
Definition at line 82 of file juce_AudioProcessorValueTreeState.cpp.
| bool juce::AudioProcessorValueTreeState::ParameterAdapter::flushToTree | ( | const Identifier & | key, |
| UndoManager * | um | ||
| ) |
Definition at line 111 of file juce_AudioProcessorValueTreeState.cpp.
| float juce::AudioProcessorValueTreeState::ParameterAdapter::getDenormalisedDefaultValue | ( | ) | const |
Definition at line 90 of file juce_AudioProcessorValueTreeState.cpp.
| float juce::AudioProcessorValueTreeState::ParameterAdapter::getDenormalisedValue | ( | ) | const |
Definition at line 108 of file juce_AudioProcessorValueTreeState.cpp.
| float juce::AudioProcessorValueTreeState::ParameterAdapter::getDenormalisedValueForText | ( | const String & | text | ) | const |
Definition at line 98 of file juce_AudioProcessorValueTreeState.cpp.
| RangedAudioParameter & juce::AudioProcessorValueTreeState::ParameterAdapter::getParameter | ( | ) |
Definition at line 85 of file juce_AudioProcessorValueTreeState.cpp.
| const RangedAudioParameter & juce::AudioProcessorValueTreeState::ParameterAdapter::getParameter | ( | ) | const |
Definition at line 86 of file juce_AudioProcessorValueTreeState.cpp.
| const NormalisableRange< float > & juce::AudioProcessorValueTreeState::ParameterAdapter::getRange | ( | ) | const |
Definition at line 88 of file juce_AudioProcessorValueTreeState.cpp.
| std::atomic< float > & juce::AudioProcessorValueTreeState::ParameterAdapter::getRawDenormalisedValue | ( | ) |
Definition at line 109 of file juce_AudioProcessorValueTreeState.cpp.
| String juce::AudioProcessorValueTreeState::ParameterAdapter::getTextForDenormalisedValue | ( | float | value | ) | const |
Definition at line 103 of file juce_AudioProcessorValueTreeState.cpp.
Definition at line 83 of file juce_AudioProcessorValueTreeState.cpp.
Definition at line 92 of file juce_AudioProcessorValueTreeState.cpp.
| ValueTree juce::AudioProcessorValueTreeState::ParameterAdapter::tree |
Definition at line 134 of file juce_AudioProcessorValueTreeState.cpp.