Ardour  9.0-pre0-1851-g4ef4288b2a
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 507 of file editing_context.h.

Constructor & Destructor Documentation

◆ AutomationRecord() [1/2]

EditingContext::AutomationRecord::AutomationRecord ( )
inline

Definition at line 508 of file editing_context.h.

◆ AutomationRecord() [2/2]

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

Definition at line 509 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 513 of file editing_context.h.

◆ line

const AutomationLine* EditingContext::AutomationRecord::line

line this came from

Definition at line 512 of file editing_context.h.

◆ state

XMLNode* EditingContext::AutomationRecord::state

state before any operation

Definition at line 511 of file editing_context.h.


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