From 4a31b03761ce97e23ffc041e9afe4a3b01948ef2 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 1 Oct 2015 23:17:01 +0200 Subject: re-apply roll-delay after seek - fixes #5781 --- libs/ardour/route.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 6b7929bf82..494457e043 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -4699,6 +4699,7 @@ Route::non_realtime_locate (framepos_t pos) (*i)->transport_located (pos); } } + _roll_delay = _initial_delay; } void -- cgit v1.2.3