Update Lua Bindings, fix inconsistencies.

This commit is contained in:
Robin Gareus 2017-10-29 18:32:49 +01:00
parent 7b98ea911d
commit 47c97ca7e2

View File

@ -845,6 +845,7 @@ LuaBindings::common (lua_State* L)
.addFunction ("first_mark_after", &Locations::first_mark_after)
.addFunction ("first_mark_before", &Locations::first_mark_before)
.addFunction ("first_mark_at", &Locations::mark_at)
.addFunction ("mark_at", &Locations::mark_at)
.addFunction ("remove", &Locations::remove)
.addRefFunction ("marks_either_side", &Locations::marks_either_side)
.addRefFunction ("find_all_between", &Locations::find_all_between)
@ -2156,7 +2157,7 @@ LuaBindings::common (lua_State* L)
.addFunction ("scripts_changed", &Session::scripts_changed) // used internally
.addFunction ("transport_rolling", &Session::transport_rolling)
.addFunction ("request_transport_speed", &Session::request_transport_speed)
.addFunction ("transport_frame", &Session::transport_sample)
.addFunction ("transport_sample", &Session::transport_sample)
.addFunction ("transport_speed", &Session::transport_speed)
.addFunction ("sample_rate", &Session::sample_rate)
.addFunction ("nominal_sample_rate", &Session::nominal_sample_rate)