allow rewind/ffwd to incrementally move between speeds of zero and 1/-1
It's a little slow in getting all the way to zero, so this may need some tweaking
This commit is contained in:
@@ -2023,7 +2023,7 @@ ARDOUR_UI::transport_ffwd_rewind (bool fwd)
|
||||
|
||||
} else {
|
||||
|
||||
if (transport_speed == 0.0 || fabs (transport_speed) <= 1.0/semitone_ratio) {
|
||||
if (fabs (transport_speed) <= 0.1) {
|
||||
|
||||
/* close to zero, maybe flip direction */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user