summaryrefslogtreecommitdiff
path: root/libs/ardour/mtc_slave.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-11-30 18:49:02 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-11-30 18:49:02 +0000
commitc925d32474f5de1da5add4346ecf9d9774c9605a (patch)
tree24d577817880a8f48a62cda9f018ef1527a8761c /libs/ardour/mtc_slave.cc
parent724f87a9843d41213322bd10731a7f3fd84bfbd0 (diff)
more debugging tweaks
git-svn-id: svn://localhost/ardour2/branches/3.0@6223 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/mtc_slave.cc')
-rw-r--r--libs/ardour/mtc_slave.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/mtc_slave.cc b/libs/ardour/mtc_slave.cc
index 39b9525bd0..d0af865f5b 100644
--- a/libs/ardour/mtc_slave.cc
+++ b/libs/ardour/mtc_slave.cc
@@ -274,6 +274,7 @@ MTC_Slave::speed_and_position (double& speed, nframes64_t& pos)
if (first_mtc_time == 0) {
speed = 0;
pos = last.position;
+ DEBUG_TRACE (DEBUG::MTC, string_compose ("first call to MTC_Slave::speed_and_position, pos = %1\n", last.position));
return true;
}