Home
last modified time | relevance | path

Searched refs:AutomationRecord (Results 1 – 1 of 1) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_ops.cc4386 struct AutomationRecord { struct
4387 AutomationRecord () : state (0) , line(NULL) {} in AutomationRecord() function
4388 AutomationRecord (XMLNode* s, const AutomationLine* l) : state (s) , line (l) {} in AutomationRecord() function
4415 typedef std::map<boost::shared_ptr<AutomationList>, AutomationRecord> Lists; in cut_copy_points() argument
4429 lists[al] = AutomationRecord (&al->get_state (), &line); in cut_copy_points()