improve parseability of a comment
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 27 Dec 2019 16:29:28 +0000 (09:29 -0700)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 27 Dec 2019 17:53:02 +0000 (10:53 -0700)
libs/ardour/session_process.cc

index 8345c3c79bc0941b8b063d06a5331c0118cd7b56..98cf44d96d42bc38d4fd0dd8fa58446e2076a306 100644 (file)
@@ -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));