mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
use Session::request_roll() instead of request_transport_speed (1.0, ...)
This commit is contained in:
parent
52b7e68102
commit
48e5607f7c
13 changed files with 24 additions and 23 deletions
|
|
@ -20,7 +20,7 @@ ARDOUR.LuaAPI.usleep (100000)
|
|||
s:goto_start()
|
||||
s:maybe_enable_record()
|
||||
|
||||
s:request_transport_speed(1.0, true, 4)
|
||||
s:request_roll (4)
|
||||
ARDOUR.LuaAPI.usleep (1000000 * reclen)
|
||||
s:request_stop (false, false, 4);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue