|
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 |
A class to contain a set of RangedAudioParameters and AudioProcessorParameterGroups containing RangedAudioParameters. More...
#include "juce_AudioProcessorValueTreeState.h"
Public Member Functions | |
| template<typename... Items> | |
| ParameterLayout (std::unique_ptr< Items >... items) | |
| template<typename It , typename = ValidIfIterator<It>> | |
| ParameterLayout (It begin, It end) | |
| template<typename... Items> | |
| void | add (std::unique_ptr< Items >... items) |
| template<typename It , typename = ValidIfIterator<It>> | |
| void | add (It begin, It end) |
| ParameterLayout (const ParameterLayout &other)=delete | |
| ParameterLayout (ParameterLayout &&other) noexcept | |
| ParameterLayout & | operator= (const ParameterLayout &other)=delete |
| ParameterLayout & | operator= (ParameterLayout &&other) noexcept |
| void | swap (ParameterLayout &other) noexcept |
Friends | |
| class | AudioProcessorValueTreeState |
A class to contain a set of RangedAudioParameters and AudioProcessorParameterGroups containing RangedAudioParameters.
This class is used in the AudioProcessorValueTreeState constructor to allow arbitrarily grouped RangedAudioParameters to be passed to an AudioProcessor.
Definition at line 121 of file juce_AudioProcessorValueTreeState.h.
| juce::AudioProcessorValueTreeState::ParameterLayout::ParameterLayout | ( | std::unique_ptr< Items >... | items | ) |
Definition at line 131 of file juce_AudioProcessorValueTreeState.h.
Definition at line 134 of file juce_AudioProcessorValueTreeState.h.
|
noexcept |
Definition at line 154 of file juce_AudioProcessorValueTreeState.h.
Definition at line 144 of file juce_AudioProcessorValueTreeState.h.
| void juce::AudioProcessorValueTreeState::ParameterLayout::add | ( | std::unique_ptr< Items >... | items | ) |
Definition at line 137 of file juce_AudioProcessorValueTreeState.h.
|
noexcept |
Definition at line 157 of file juce_AudioProcessorValueTreeState.h.
|
noexcept |
Definition at line 159 of file juce_AudioProcessorValueTreeState.h.
|
friend |
Definition at line 199 of file juce_AudioProcessorValueTreeState.h.