Ardour  9.0-pre0-1798-g3cd7bd661c
EditingContext::AutomationRecord Struct Reference

#include <editing_context.h>

Public Member Functions

 AutomationRecord ()
 
 AutomationRecord (XMLNode *s, const AutomationLine *l)
 

Public Attributes

XMLNodestate
 state before any operation More...
 
const AutomationLineline
 line this came from More...
 
std::shared_ptr< Evoral::ControlListcopy
 copied events for the cut buffer More...
 

Detailed Description

Definition at line 501 of file editing_context.h.

Constructor & Destructor Documentation

◆ AutomationRecord() [1/2]

EditingContext::AutomationRecord::AutomationRecord ( )
inline

Definition at line 502 of file editing_context.h.

◆ AutomationRecord() [2/2]

EditingContext::AutomationRecord::AutomationRecord ( XMLNode s,
const AutomationLine l 
)
inline

Definition at line 503 of file editing_context.h.

Member Data Documentation

◆ copy

std::shared_ptr<Evoral::ControlList> EditingContext::AutomationRecord::copy

copied events for the cut buffer

Definition at line 507 of file editing_context.h.

◆ line

const AutomationLine* EditingContext::AutomationRecord::line

line this came from

Definition at line 506 of file editing_context.h.

◆ state

XMLNode* EditingContext::AutomationRecord::state

state before any operation

Definition at line 505 of file editing_context.h.


The documentation for this struct was generated from the following file: