mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
Paste uses exact beats. rework _start_beats calculation in copy-with-offset ctor.
This commit is contained in:
parent
94e0a15325
commit
93c24e4433
20 changed files with 59 additions and 50 deletions
|
|
@ -97,7 +97,7 @@ class AutomationTimeAxisView : public TimeAxisView {
|
|||
/* editing operations */
|
||||
|
||||
void cut_copy_clear (Selection&, Editing::CutCopyOp);
|
||||
bool paste (ARDOUR::framepos_t, const Selection&, PasteContext&);
|
||||
bool paste (ARDOUR::framepos_t, const Selection&, PasteContext&, const int32_t& sub_num);
|
||||
|
||||
int set_state (const XMLNode&, int version);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue