mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +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
|
|
@ -43,7 +43,7 @@ function factory ()
|
|||
if (pos + n_samples >= m) then
|
||||
-- asking to locate to "m" ensures that playback continues at "m"
|
||||
-- and the same marker will not be taken into account.
|
||||
Session:request_locate (m, ARDOUR.LocateTransportDisposition.MustStop, ARDOUR.TransportRequestSource.TRS_Engine)
|
||||
Session:request_locate (m, false, ARDOUR.LocateTransportDisposition.MustStop, ARDOUR.TransportRequestSource.TRS_Engine)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue