* reduced debugging output

git-svn-id: svn://localhost/ardour2/branches/3.0@4276 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Hans Baier
2008-12-01 03:49:50 +00:00
parent a1c1199713
commit 4c1aa58846

View File

@@ -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)