From 0d3a91b38178627eedbb3f32843a83f498f9f243 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 27 Dec 2019 09:29:28 -0700 Subject: [PATCH] improve parseability of a comment --- libs/ardour/session_process.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.30.2