Lua script fix for new timeline types

This commit is contained in:
Paul Davis 2020-11-20 09:38:31 -07:00
parent c9055547f3
commit 8eabcc720d
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ function factory () return function ()
-- Range selection, individual ranges.
for ar in sel.time:iter () do
-- each of the items is a
-- http://manual.ardour.org/lua-scripting/class_reference/#ARDOUR:AudioRange
print ("Range:", ar.id, ar.start, ar._end)
-- http://manual.ardour.org/lua-scripting/class_reference/#ARDOUR:TimelineRange
print ("Range:", ar.id, ar.start_time, ar._end_time)
end
-- Track/Bus Selection