summaryrefslogtreecommitdiff
path: root/libs/ardour/session_process.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-12-27 09:29:28 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2019-12-27 10:53:02 -0700
commit0d3a91b38178627eedbb3f32843a83f498f9f243 (patch)
tree04110b54ce4ecc4907420d869b6a01745dd21642 /libs/ardour/session_process.cc
parentb942eecc9c84f5d27e1e478c2c4ca69ab1fb8c0c (diff)
improve parseability of a comment
Diffstat (limited to 'libs/ardour/session_process.cc')
-rw-r--r--libs/ardour/session_process.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc
index 8345c3c79b..98cf44d96d 100644
--- a/libs/ardour/session_process.cc
+++ b/libs/ardour/session_process.cc
@@ -1117,7 +1117,7 @@ Session::follow_transport_master (pframes_t nframes)
if (!locate_pending() && !declick_in_progress()) {
DEBUG_TRACE (DEBUG::Slave, string_compose ("JACK transport: jump to master position %1\n", slave_transport_sample));
- /* for JACK transport always consider the state after the locate to be stopped */
+ /* for JACK transport always stop after the locate (2nd argument == false) */
TFSM_LOCATE (slave_transport_sample, false, true, false, false);
} else {
DEBUG_TRACE (DEBUG::Slave, string_compose ("JACK Transport: locate already in process, sts = %1\n", slave_transport_sample));