Temporarily revert ongoing varispeed development

This reverts bf88f3fe64
until 35813db0f4

in order to move development into a branch, until after the
upcoming 6.8 release
This commit is contained in:
Robin Gareus 2021-06-26 18:58:24 +02:00
parent 35813db0f4
commit 83b9ab1bee
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
29 changed files with 294 additions and 345 deletions

View file

@ -2673,7 +2673,7 @@ Editor::transition_to_rolling (bool fwd)
return;
}
_session->request_transport_speed (fwd ? _session->default_play_speed() : -_session->default_play_speed());
_session->request_transport_speed (fwd ? 1.0f : -1.0f, false);
_session->request_roll ();
}