mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
Update scripts to new request_locate() API
This commit is contained in:
parent
8d557dd56a
commit
c509c94824
3 changed files with 3 additions and 3 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((playhead + loop:length() * n_paste),false,5) --TRS_UI
|
||||
Session:request_locate (0, 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