mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
use new Session transport API calls in GUI
This commit is contained in:
parent
0bccc4bffd
commit
52b7e68102
9 changed files with 21 additions and 23 deletions
|
|
@ -22,7 +22,7 @@ s:maybe_enable_record()
|
|||
|
||||
s:request_transport_speed(1.0, true, 4)
|
||||
ARDOUR.LuaAPI.usleep (1000000 * reclen)
|
||||
s:request_transport_speed(0.0, false, 4)
|
||||
s:request_stop (false, false, 4);
|
||||
|
||||
for t in s:get_tracks():iter() do
|
||||
t:rec_enable_control():set_value(0, PBD.GroupControlDisposition.UseGroup)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue