ardour
Public Member Functions | Public Attributes | List of all members
AutomationRecord Struct Reference

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...
 
boost::shared_ptr
< Evoral::ControlList
copy
 copied events for the cut buffer More...
 

Detailed Description

Definition at line 4125 of file editor_ops.cc.

Constructor & Destructor Documentation

AutomationRecord::AutomationRecord ( )
inline

Definition at line 4126 of file editor_ops.cc.

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

Definition at line 4127 of file editor_ops.cc.

Member Data Documentation

boost::shared_ptr<Evoral::ControlList> AutomationRecord::copy

copied events for the cut buffer

Definition at line 4131 of file editor_ops.cc.

const AutomationLine* AutomationRecord::line

line this came from

Definition at line 4130 of file editor_ops.cc.

XMLNode* AutomationRecord::state

state before any operation

Definition at line 4129 of file editor_ops.cc.


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