mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Add Lua binding to rename session
This commit is contained in:
parent
bf8f0efbf9
commit
fdc3efda7e
1 changed files with 1 additions and 0 deletions
|
|
@ -2864,6 +2864,7 @@ LuaBindings::session (lua_State* L)
|
|||
.beginNamespace ("ARDOUR")
|
||||
.beginClass <Session> ("Session")
|
||||
.addFunction ("save_state", &Session::save_state)
|
||||
.addFunction ("rename", &Session::rename)
|
||||
.addFunction ("set_dirty", &Session::set_dirty)
|
||||
.addFunction ("unknown_processors", &Session::unknown_processors)
|
||||
.addFunction ("export_track_state", &Session::export_track_state)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue