summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-01-20 11:07:27 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2020-01-20 11:07:27 -0700
commitad82b443f47a6ee458b2dbb11deed6422a227b04 (patch)
treedcbf5d7d7f75296382024d31541787b85bb04a38 /libs/ardour/session_state.cc
parent120be1576a02bd1431d345d4581e20e2301fc7d6 (diff)
fix API and use of Session::force_locate()
Because of the addition of LocateTransportDisposition, this call was unconditionally forcing a roll during startup
Diffstat (limited to 'libs/ardour/session_state.cc')
-rw-r--r--libs/ardour/session_state.cc2
1 files changed, 1 insertions, 1 deletions
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