Add missing Lua binding (see also 48e5607f7c)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user