summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-10-01 23:17:01 +0200
committerRobin Gareus <robin@gareus.org>2015-10-01 23:17:01 +0200
commit4a31b03761ce97e23ffc041e9afe4a3b01948ef2 (patch)
tree10da7031b9c9752fec726756d75aaaa4ba268fe0
parent49f13fb403f4b3d55722e528de51cab5afd15410 (diff)
re-apply roll-delay after seek - fixes #5781
-rw-r--r--libs/ardour/route.cc1
1 files changed, 1 insertions, 0 deletions
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