mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-27 07:28:17 +01:00
Update Lua Bindings, fix inconsistencies.
This commit is contained in:
parent
7b98ea911d
commit
47c97ca7e2
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue