mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +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
|
|
@ -11,8 +11,8 @@ function factory () return function ()
|
|||
--
|
||||
|
||||
-- Range selection, total span of all ranges (0, 0 if no time range is selected)
|
||||
if sel.time:start () < sel.time:end_frame () then
|
||||
print ("Total Range:", sel.time:start (), sel.time:end_frame ())
|
||||
if sel.time:start () < sel.time:end_sample () then
|
||||
print ("Total Range:", sel.time:start (), sel.time:end_sample ())
|
||||
end
|
||||
|
||||
-- Range selection, individual ranges.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue