13
0

Fix playhead smoothing when auditioning.

Don't use timer to keep moving the playhead when auditioning.
This fixes playhead jiggling during audition.
This commit is contained in:
Robin Gareus 2018-11-11 03:38:34 +01:00
parent 894145c527
commit 5396385b95

View File

@ -5940,7 +5940,7 @@ Editor::super_rapid_screen_update ()
_last_update_time = 0;
}
if (!_session->transport_rolling ()) {
if (!_session->transport_rolling () || _session->is_auditioning ()) {
/* Do not interpolate the playhead position; just set it */
_last_update_time = 0;
}