mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 09:36:33 +01:00
pay attention to auto-return-after-rewind-ffwd
This commit is contained in:
parent
3bbae4ec62
commit
c47f5eb951
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ Session::set_transport_speed (double speed)
|
||||||
clear_clicks ();
|
clear_clicks ();
|
||||||
_engine_speed = new_engine_speed;
|
_engine_speed = new_engine_speed;
|
||||||
|
|
||||||
if (fabs (speed) != 1.0 && _transport_fsm->default_speed() == 1.0) {
|
if (!Config->get_auto_return_after_rewind_ffwd() && fabs (speed) != 1.0 && _transport_fsm->default_speed() == 1.0) {
|
||||||
/* varispeed of any sort cancels auto-return */
|
/* varispeed of any sort cancels auto-return */
|
||||||
_requested_return_sample = -1;
|
_requested_return_sample = -1;
|
||||||
_last_roll_location = -1;
|
_last_roll_location = -1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue