mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-27 17:07:40 +01:00
Add Lua bindings for pre-roll/count-in recording
This commit is contained in:
parent
311c1bff4e
commit
bb12ac8ec8
1 changed files with 3 additions and 0 deletions
|
|
@ -2856,6 +2856,9 @@ LuaBindings::common (lua_State* L)
|
|||
.addFunction ("request_stop", &Session::request_stop)
|
||||
.addFunction ("request_play_loop", &Session::request_play_loop)
|
||||
.addFunction ("request_bounded_roll", &Session::request_bounded_roll)
|
||||
.addFunction ("preroll_samples", &Session::preroll_samples)
|
||||
.addFunction ("request_preroll_record_trim", &Session::request_preroll_record_trim)
|
||||
.addFunction ("request_count_in_record", &Session::request_count_in_record)
|
||||
.addFunction ("get_play_loop", &Session::get_play_loop)
|
||||
.addFunction ("get_xrun_count", &Session::get_xrun_count)
|
||||
.addFunction ("reset_xrun_count", &Session::reset_xrun_count)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue