mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 07:26:32 +01:00
Add Lua bindings to change Location/Maker names
This commit is contained in:
parent
1ebe6cdf07
commit
e3457977c9
1 changed files with 1 additions and 0 deletions
|
|
@ -830,6 +830,7 @@ LuaBindings::common (lua_State* L)
|
|||
.addFunction ("set_start", &Location::set_start)
|
||||
.addFunction ("set_end", &Location::set_end)
|
||||
.addFunction ("set_length", &Location::set)
|
||||
.addFunction ("set_name", &Location::set_name)
|
||||
.addFunction ("move_to", &Location::move_to)
|
||||
.addFunction ("matches", &Location::matches)
|
||||
.addFunction ("flags", &Location::flags)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue