summaryrefslogtreecommitdiff
path: root/libs/ardour/session_transport.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-11-15 15:48:29 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2019-11-15 16:06:04 -0700
commitba4e7015de7e8023b0f0ba00702eee75f6445c53 (patch)
treebca7a7d6d722905a218746a871f874d1b7648717 /libs/ardour/session_transport.cc
parent5c9e7b8234c4ccf1bf43c7f82d4e91197827b17e (diff)
make comment more accurate
Diffstat (limited to 'libs/ardour/session_transport.cc')
-rw-r--r--libs/ardour/session_transport.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/ardour/session_transport.cc b/libs/ardour/session_transport.cc
index 0ac6a5990c..e28bffaf9e 100644
--- a/libs/ardour/session_transport.cc
+++ b/libs/ardour/session_transport.cc
@@ -679,7 +679,9 @@ Session::start_transport ()
bool
Session::should_roll_after_locate () const
{
- /* a locate must previously have been requested and completed */
+ /* a locate must previously have been requested and completed before
+ * this answer can be considered correct
+ */
return ((!config.get_external_sync() && (auto_play_legal && config.get_auto_play())) && !_exporting) || (post_transport_work() & PostTransportRoll);