mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
Fix copy/edit in c509c94824
This commit is contained in:
parent
4dc74813ef
commit
1d5be40801
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ function factory (params) return function ()
|
|||
|
||||
--advance playhead so it's just after the newly added regions
|
||||
if n_regions_created > 0 then
|
||||
Session:request_locate (0, ARDOUR.LocateTransportDisposition.MustStop, ARDOUR.TransportRequestSource.TRS_UI)
|
||||
Session:request_locate (playhead + loop:length() * n_paste, ARDOUR.LocateTransportDisposition.MustStop, ARDOUR.TransportRequestSource.TRS_UI)
|
||||
end
|
||||
|
||||
-- all done, commit the combined Undo Operation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue