mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Add missing Lua binding (see also 48e5607f7c)
This commit is contained in:
parent
d2ba90b2c1
commit
49e1380417
1 changed files with 1 additions and 0 deletions
|
|
@ -2480,6 +2480,7 @@ LuaBindings::common (lua_State* L)
|
|||
.addFunction ("timecode_frames_per_second", &Session::timecode_frames_per_second)
|
||||
.addFunction ("timecode_drop_frames", &Session::timecode_drop_frames)
|
||||
.addFunction ("request_locate", &Session::request_locate)
|
||||
.addFunction ("request_roll", &Session::request_roll)
|
||||
.addFunction ("request_stop", &Session::request_stop)
|
||||
.addFunction ("request_play_loop", &Session::request_play_loop)
|
||||
.addFunction ("request_bounded_roll", &Session::request_bounded_roll)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue