Default_Play_Speed: changing default_play_speed should also immediately change the engine speed

This commit is contained in:
Ben Loftis 2021-06-22 12:48:56 -05:00 committed by Robin Gareus
parent c72359b431
commit 82aa75d469
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ void
Session::set_default_play_speed (double spd, TransportRequestSource origin)
{
_transport_fsm->set_default_speed(spd);
TFSM_SPEED(spd);
TransportStateChange (); /* EMIT SIGNAL */
}