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
|
|
@ -13,7 +13,7 @@ function factory ()
|
|||
return
|
||||
end
|
||||
|
||||
local pos = Session:transport_frame () -- current playhead position
|
||||
local pos = Session:transport_sample () -- current playhead position
|
||||
local loc = Session:locations () -- all marker locations
|
||||
|
||||
-- find first marker after the current playhead position, ignore loop + punch ranges
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue