From c925d32474f5de1da5add4346ecf9d9774c9605a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 30 Nov 2009 18:49:02 +0000 Subject: [PATCH] more debugging tweaks git-svn-id: svn://localhost/ardour2/branches/3.0@6223 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/mtc_slave.cc | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.30.2