TracktionEngine
|
Holds the global Macros for the Edit. More...
#include <tracktion_Edit.h>
Public Member Functions | |
GlobalMacros (Edit &) | |
![]() | |
MacroParameterElement (Edit &, const juce::ValueTree &) | |
Constructor. | |
virtual | ~MacroParameterElement ()=default |
Destructor. | |
MacroParameterList * | getMacroParameterList () |
If no parameters have been created, this may return nullptr. | |
MacroParameterList & | getMacroParameterListForWriting () |
This ensures that the list has been created. | |
juce::ReferenceCountedArray< MacroParameter > | getMacroParameters () const |
Public Attributes | |
Edit & | edit |
![]() | |
Edit & | ownerEdit |
juce::ValueTree | parentStateForList |
Holds the global Macros for the Edit.
tracktion::engine::Edit::GlobalMacros::GlobalMacros | ( | Edit & | ) |
Edit& tracktion::engine::Edit::GlobalMacros::edit |