From f53baec2e4ad1e40f76a5efc1d90cbc6dcef0326 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 May 2008 02:50:19 +0000 Subject: Tidy up MIDI debugging output. git-svn-id: svn://localhost/ardour2/branches/3.0@3358 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/midi_source.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libs/ardour/midi_source.cc') diff --git a/libs/ardour/midi_source.cc b/libs/ardour/midi_source.cc index aa93729d37..4e83413c13 100644 --- a/libs/ardour/midi_source.cc +++ b/libs/ardour/midi_source.cc @@ -105,8 +105,9 @@ MidiSource::midi_read (MidiRingBuffer& dst, nframes_t start, nframes_t cnt, nfra { Glib::Mutex::Lock lm (_lock); if (_model) { - const size_t n_events = _model->read(dst, start, cnt, stamp_offset, negative_stamp_offset); - cout << "Read " << n_events << " events from model." << endl; + //const size_t n_events = + _model->read(dst, start, cnt, stamp_offset, negative_stamp_offset); + //cout << "Read " << n_events << " events from model." << endl; return cnt; } else { return read_unlocked (dst, start, cnt, stamp_offset, negative_stamp_offset); -- cgit v1.2.3