mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
More s/frame/sample/ -- Lua Scripts
Sadly this breaks existing loaded scripts. C'est la vie.
This commit is contained in:
parent
53fb2f6235
commit
eb928b05e9
15 changed files with 24 additions and 24 deletions
|
|
@ -171,7 +171,7 @@ function factory (params) return function ()
|
|||
local itt = ARDOUR.InterThreadInfo () -- bounce progress info (unused)
|
||||
|
||||
local loop = Session:locations ():auto_loop_location ()
|
||||
local playhead = Session:transport_frame ()
|
||||
local playhead = Session:transport_sample ()
|
||||
|
||||
-- make sure we have a loop, and the playhead (edit point) is after it
|
||||
if not loop then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue