|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Public Attributes | |
| MacroParameterList & | macroParameterList |
| Edit & | edit |
Public Attributes inherited from tracktion::engine::ValueTreeObjectList< MacroParameter > | |
| juce::Array< MacroParameter * > | objects |
| juce::DummyCriticalSection | arrayLock |
| juce::Array< MacroParameter * > | objects |
| juce::DummyCriticalSection | arrayLock |
Additional Inherited Members | |
Public Types inherited from tracktion::engine::ValueTreeObjectList< MacroParameter > | |
| using | ScopedLockType = typename CriticalSectionType::ScopedLockType |
| using | ScopedLockType = typename CriticalSectionType::ScopedLockType |
Protected Member Functions inherited from tracktion::engine::ValueTreeObjectList< MacroParameter > | |
| void | deleteAllObjects () |
| bool | isChildTree (juce::ValueTree &v) const |
| int | indexOf (const juce::ValueTree &v) const noexcept |
| void | sortArray () |
| void | deleteAllObjects () |
| bool | isChildTree (juce::ValueTree &v) const |
| int | indexOf (const juce::ValueTree &v) const noexcept |
| void | sortArray () |
Protected Attributes inherited from tracktion::engine::ValueTreeObjectList< MacroParameter > | |
| juce::ValueTree | parent |
| juce::ValueTree | parent |
Definition at line 87 of file tracktion_MacroParameter.cpp.
| tracktion::engine::MacroParameterList::List::List | ( | MacroParameterList & | mpl, |
| const juce::ValueTree & | v | ||
| ) |
Definition at line 89 of file tracktion_MacroParameter.cpp.
|
override |
Definition at line 97 of file tracktion_MacroParameter.cpp.
| juce::ReferenceCountedArray< MacroParameter > tracktion::engine::MacroParameterList::List::getMacroParameters | ( | ) | const |
Definition at line 102 of file tracktion_MacroParameter.cpp.
| void tracktion::engine::MacroParameterList::List::visitMacroParameters | ( | const std::function< void(AutomatableParameter &)> & | visit | ) | const |
Definition at line 119 of file tracktion_MacroParameter.cpp.
| Edit& tracktion::engine::MacroParameterList::List::edit |
Definition at line 128 of file tracktion_MacroParameter.cpp.
| MacroParameterList& tracktion::engine::MacroParameterList::List::macroParameterList |
Definition at line 127 of file tracktion_MacroParameter.cpp.