| TracktionEngine
    | 
Holds the global Macros for the Edit. More...
#include <tracktion_Edit.h>
| Public Member Functions | |
| GlobalMacros (Edit &) | |
|  Public Member Functions inherited from tracktion::engine::MacroParameterElement | |
| 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 | 
|  Public Attributes inherited from tracktion::engine::MacroParameterElement | |
| Edit & | ownerEdit | 
| juce::ValueTree | parentStateForList | 
Holds the global Macros for the Edit.
| tracktion::engine::Edit::GlobalMacros::GlobalMacros | ( | Edit & | ) | 
| Edit& tracktion::engine::Edit::GlobalMacros::edit |