![]() |
Ardour
9.0-pre0-1798-g3cd7bd661c
|
#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 501 of file editing_context.h.
|
inline |
Definition at line 502 of file editing_context.h.
|
inline |
Definition at line 503 of file editing_context.h.
std::shared_ptr<Evoral::ControlList> EditingContext::AutomationRecord::copy |
copied events for the cut buffer
Definition at line 507 of file editing_context.h.
const AutomationLine* EditingContext::AutomationRecord::line |
line this came from
Definition at line 506 of file editing_context.h.
XMLNode* EditingContext::AutomationRecord::state |
state before any operation
Definition at line 505 of file editing_context.h.