mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
SG: merge 3.0 from 11783-12096
git-svn-id: svn://localhost/ardour2/branches/3.0-SG@12097 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
85a27910cb
commit
9c8b57aab0
385 changed files with 14193 additions and 18198 deletions
|
|
@ -91,10 +91,7 @@ class AutomationTimeAxisView : public TimeAxisView {
|
|||
|
||||
/* editing operations */
|
||||
|
||||
void cut_copy_clear (Selection&, Editing::CutCopyOp);
|
||||
void cut_copy_clear_objects (PointSelection&, Editing::CutCopyOp);
|
||||
bool paste (ARDOUR::framepos_t, float times, Selection&, size_t nth);
|
||||
void reset_objects (PointSelection&);
|
||||
|
||||
int set_state (const XMLNode&, int version);
|
||||
|
||||
|
|
@ -169,10 +166,7 @@ class AutomationTimeAxisView : public TimeAxisView {
|
|||
|
||||
void build_display_menu ();
|
||||
|
||||
void cut_copy_clear_one (AutomationLine&, Selection&, Editing::CutCopyOp);
|
||||
void cut_copy_clear_objects_one (AutomationLine&, PointSelection&, Editing::CutCopyOp);
|
||||
bool paste_one (AutomationLine&, ARDOUR::framepos_t, float times, Selection&, size_t nth);
|
||||
void reset_objects_one (AutomationLine&, PointSelection&);
|
||||
void route_going_away ();
|
||||
|
||||
void set_automation_state (ARDOUR::AutoState);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue