mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
renaming: AutomationLineBase => AutomationLine, AutomationLine => EditorAutomationLine
This commit is contained in:
parent
90c8726c6d
commit
56ce9c33c0
64 changed files with 1962 additions and 1962 deletions
|
|
@ -66,7 +66,7 @@ public:
|
|||
void get_selectables (Temporal::timepos_t const &, Temporal::timepos_t const &, double, double, std::list<Selectable*> &, bool within = false);
|
||||
void set_selected_points (PointSelection &);
|
||||
|
||||
std::list<std::shared_ptr<AutomationLineBase> > get_lines () const;
|
||||
std::list<std::shared_ptr<AutomationLine> > get_lines () const;
|
||||
|
||||
bool paste (Temporal::timepos_t const & pos,
|
||||
unsigned paste_count,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue