mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-22 05:07:07 +01:00
Expose some Session statistics as Lua bindings
This commit is contained in:
parent
30d97eb92d
commit
e1c21bc619
1 changed files with 4 additions and 0 deletions
|
|
@ -3147,6 +3147,10 @@ LuaBindings::common (lua_State* L)
|
|||
.addFunction ("path", &Session::path)
|
||||
.addFunction ("uuid", &Session::uuid)
|
||||
.addFunction ("empty", &Session::empty)
|
||||
.addFunction ("nroutes", &Session::nroutes)
|
||||
.addFunction ("ntracks", &Session::ntracks)
|
||||
.addFunction ("naudiotracks", &Session::naudiotracks)
|
||||
.addFunction ("nbusses", &Session::nbusses)
|
||||
.addFunction ("record_status", &Session::record_status)
|
||||
.addFunction ("maybe_enable_record", &Session::maybe_enable_record)
|
||||
.addFunction ("disable_record", &Session::disable_record)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue