* reduced debugging output
[ardour.git] / libs / ardour / ticker.cc
index 588a49dca5ae246c2e76f105a5411cfacb801118..ff367c0e581e3c0001104415432b468f04edbd83 100644 (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)