mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
merge 12096:12268 from svn+ssh://ardoursvn@subversion.ardour.org/ardour2/branches/3.0
git-svn-id: svn://localhost/ardour2/branches/3.0-SG@12269 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9c8b57aab0
commit
d6edbf5ca2
162 changed files with 2931 additions and 1064 deletions
|
|
@ -91,6 +91,7 @@ class AutomationTimeAxisView : public TimeAxisView {
|
|||
|
||||
/* editing operations */
|
||||
|
||||
void cut_copy_clear (Selection&, Editing::CutCopyOp);
|
||||
bool paste (ARDOUR::framepos_t, float times, Selection&, size_t nth);
|
||||
|
||||
int set_state (const XMLNode&, int version);
|
||||
|
|
@ -166,6 +167,7 @@ class AutomationTimeAxisView : public TimeAxisView {
|
|||
|
||||
void build_display_menu ();
|
||||
|
||||
void cut_copy_clear_one (AutomationLine&, Selection&, Editing::CutCopyOp);
|
||||
bool paste_one (AutomationLine&, ARDOUR::framepos_t, float times, Selection&, size_t nth);
|
||||
void route_going_away ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue