mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +01:00
Tidy up MIDI debugging output.
git-svn-id: svn://localhost/ardour2/branches/3.0@3358 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
722b85e828
commit
f53baec2e4
3 changed files with 7 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue