mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
libardour: change API of Session::request_locate() to include "force" argument (script edition)
This commit is contained in:
parent
e2e6274956
commit
fd879ca45d
4 changed files with 4 additions and 4 deletions
|
|
@ -27,7 +27,7 @@ function factory () return function ()
|
|||
|
||||
for l in Session:locations():list():iter() do
|
||||
if l:is_mark() and string.find (l:name(), "^" .. rv['marker'] .. ".*$") then
|
||||
Session:request_locate (l:start (), ARDOUR.LocateTransportDisposition.RollIfAppropriate, ARDOUR.TransportRequestSource.TRS_UI)
|
||||
Session:request_locate (l:start (), false, ARDOUR.LocateTransportDisposition.RollIfAppropriate, ARDOUR.TransportRequestSource.TRS_UI)
|
||||
if keep then goto restart end
|
||||
return
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue