mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Temporarily revert ongoing varispeed development
This revertsbf88f3fe64until35813db0f4in order to move development into a branch, until after the upcoming 6.8 release
This commit is contained in:
parent
35813db0f4
commit
83b9ab1bee
29 changed files with 294 additions and 345 deletions
|
|
@ -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 ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue