|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <editing_context.h>
Public Member Functions | |
| AutomationRecord () | |
| AutomationRecord (XMLNode *s, const AutomationLine *l) | |
Public Attributes | |
| XMLNode * | state |
| state before any operation More... | |
| const AutomationLine * | line |
| line this came from More... | |
| std::shared_ptr< Evoral::ControlList > | copy |
| copied events for the cut buffer More... | |
Definition at line 507 of file editing_context.h.
|
inline |
Definition at line 508 of file editing_context.h.
|
inline |
Definition at line 509 of file editing_context.h.
| std::shared_ptr<Evoral::ControlList> EditingContext::AutomationRecord::copy |
copied events for the cut buffer
Definition at line 513 of file editing_context.h.
| const AutomationLine* EditingContext::AutomationRecord::line |
line this came from
Definition at line 512 of file editing_context.h.
| XMLNode* EditingContext::AutomationRecord::state |
state before any operation
Definition at line 511 of file editing_context.h.