From ad82b443f47a6ee458b2dbb11deed6422a227b04 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 20 Jan 2020 11:07:27 -0700 Subject: fix API and use of Session::force_locate() Because of the addition of LocateTransportDisposition, this call was unconditionally forcing a roll during startup --- libs/ardour/session_state.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/session_state.cc') diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index 430e0f95ef..9986aa2752 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -436,7 +436,7 @@ Session::session_loaded () /* Now, finally, we can fill the playback buffers */ BootMessage (_("Filling playback buffers")); - force_locate (_transport_sample, false); + force_locate (_transport_sample, MustStop); } string -- cgit v1.2.3