mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
transition-to-roll should work whether rolling or stopped
This commit is contained in:
parent
8c427279d9
commit
981fc6b3cd
1 changed files with 1 additions and 0 deletions
|
|
@ -2668,6 +2668,7 @@ Editor::transition_to_rolling (bool fwd)
|
|||
}
|
||||
|
||||
_session->request_transport_speed (fwd ? 1.0f : -1.0f, false);
|
||||
_session->request_roll ();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue