mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Implement Section Delete/Insert
This commit is contained in:
parent
961c6ae8d7
commit
4529a17617
9 changed files with 106 additions and 36 deletions
|
|
@ -4,5 +4,5 @@ function factory (params) return function ()
|
|||
local start = Temporal.timepos_t(96000)
|
||||
local _end = Temporal.timepos_t(144000)
|
||||
local to = Temporal.timepos_t(480000)
|
||||
Session:cut_copy_section (start, _end, to , true)
|
||||
Session:cut_copy_section (start, _end, to , ARDOUR.SectionOperation.CopyPaste)
|
||||
end end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue