Add missing Lua binding (see also 48e5607f7c)

This commit is contained in:
Robin Gareus 2021-05-07 20:34:25 +02:00
parent d2ba90b2c1
commit 49e1380417
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -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)