mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
Expose Controlpoint, and automation line selection as Lua bindings
This commit is contained in:
parent
625ad2af77
commit
73b903fd03
2 changed files with 20 additions and 2 deletions
|
|
@ -53,6 +53,8 @@ function factory () return function ()
|
|||
print ("Marker:", m:name (), m:position(), m:_type())
|
||||
end
|
||||
|
||||
print ("AutomationList/Lines:", sel.lines:size(), "Control Points:", sel.points:size())
|
||||
|
||||
----------------------------------------------------------
|
||||
-- The total time extents of all selected regions and ranges
|
||||
local ok, ext = Editor:get_selection_extents (Temporal.timepos_t(0), Temporal.timepos_t(0))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue