mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Add some convenient public editor methods (for lua-bindings)
and s/get// in the old API for consistency.
This commit is contained in:
parent
89c02f4fd7
commit
9e543beb56
5 changed files with 57 additions and 18 deletions
|
|
@ -29,7 +29,7 @@ function factory () return function ()
|
|||
else
|
||||
skip = true;
|
||||
-- get RegionView (GUI object to be selected)
|
||||
local rv = Editor:get_regionview_from_region (region)
|
||||
local rv = Editor:regionview_from_region (region)
|
||||
-- add it to the list of Objects to be selected
|
||||
sl:push_back (rv);
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue