13
0

rewind/ffwd from GUI needs to start transport, not just set speed

This commit is contained in:
Paul Davis 2021-04-23 11:02:54 -06:00
parent 0cec44ca4b
commit 4abfcca8b6

View File

@ -2028,6 +2028,7 @@ ARDOUR_UI::transport_ffwd_rewind (int option, int dir)
}
_session->request_transport_speed (target_speed, false);
_session->request_roll ();
}
void