summaryrefslogtreecommitdiff
path: root/libs/ardour/transport_master.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-03-20 17:38:23 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2020-03-20 17:38:38 -0600
commit8296a030a582bd620479907ab17afc8fdc92609a (patch)
treeac94d91393b85b3d612e11fe5393575ee2cb89d5 /libs/ardour/transport_master.cc
parente6e0edbe90cff679831c4d4f2dec8789702d3296 (diff)
redesign chasing the transport master
Substantive comments associated with code in Session::plan_master_strategy. Known not to work for reverse TC. Also, the JACK related code has not yet been tested
Diffstat (limited to 'libs/ardour/transport_master.cc')
-rw-r--r--libs/ardour/transport_master.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/transport_master.cc b/libs/ardour/transport_master.cc
index 739395efdb..c0a9e4e02c 100644
--- a/libs/ardour/transport_master.cc
+++ b/libs/ardour/transport_master.cc
@@ -133,7 +133,7 @@ TransportMaster::speed_and_position (double& speed, samplepos_t& pos, samplepos_
pos = last.position + (now - last.timestamp) * speed;
- DEBUG_TRACE (DEBUG::Slave, string_compose ("%1 sync spd: %2 pos: %3 | last-pos: %4 @ %7| elapsed: %5 | speed: %6\n",
+ DEBUG_TRACE (DEBUG::Slave, string_compose ("%1 sync spd: %2 pos: %3 | last-pos: %4 @ %7 | elapsed: %5 | speed: %6\n",
name(), speed, pos, last.position, (now - last.timestamp), speed, when));
return true;