summaryrefslogtreecommitdiff
path: root/libs/ardour/ticker.cc
diff options
context:
space:
mode:
authorHans Baier <hansfbaier@googlemail.com>2008-12-01 03:49:50 +0000
committerHans Baier <hansfbaier@googlemail.com>2008-12-01 03:49:50 +0000
commit4c1aa58846f0616257e5148817c6d71e60a2b62b (patch)
treedcfa472fb38b2f37c4b3769abfc3dfcbbf54fa0c /libs/ardour/ticker.cc
parenta1c1199713df47da2a6df31f1499f9f20d77c97d (diff)
* reduced debugging output
git-svn-id: svn://localhost/ardour2/branches/3.0@4276 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ticker.cc')
-rw-r--r--libs/ardour/ticker.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/ardour/ticker.cc b/libs/ardour/ticker.cc
index 588a49dca5..ff367c0e58 100644
--- a/libs/ardour/ticker.cc
+++ b/libs/ardour/ticker.cc
@@ -108,11 +108,14 @@ void MidiClockTicker::transport_looped()
Location* loop_location = _session->locations()->auto_loop_location();
assert(loop_location);
+
+#if DEBUG_TICKER
cerr << "Transport looped, position:" << position
<< " loop start " << loop_location->start( )
<< " loop end " << loop_location->end( )
<< " play loop " << _session->get_play_loop()
<< endl;
+#endif
// adjust _last_tick, so that the next MIDI clock message is sent
// in due time (and the tick interval is still constant)