mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
coreaudio: remove debug output
This commit is contained in:
parent
cae2f82278
commit
63cbe11c67
1 changed files with 1 additions and 3 deletions
|
|
@ -2103,9 +2103,7 @@ void* CoreMidiPort::get_buffer (pframes_t /* nframes */)
|
|||
}
|
||||
std::sort ((_buffer[_bufperiod]).begin (), (_buffer[_bufperiod]).end (), MidiEventSorter());
|
||||
}
|
||||
if (!_buffer[_bufperiod].empty()) {
|
||||
fprintf (stderr, "COREMIDI: %s have data in buffer (%d events)\n", name().c_str(), _buffer[_bufperiod].size());
|
||||
}
|
||||
|
||||
return &(_buffer[_bufperiod]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue