mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
coreaudio: remove debug output
This commit is contained in:
parent
63cbe11c67
commit
ef45a6c84b
1 changed files with 0 additions and 3 deletions
|
|
@ -2094,9 +2094,6 @@ void* CoreMidiPort::get_buffer (pframes_t /* nframes */)
|
||||||
i != get_connections ().end ();
|
i != get_connections ().end ();
|
||||||
++i) {
|
++i) {
|
||||||
const CoreMidiBuffer * src = static_cast<const CoreMidiPort*>(*i)->const_buffer ();
|
const CoreMidiBuffer * src = static_cast<const CoreMidiPort*>(*i)->const_buffer ();
|
||||||
if (!src->empty()) {
|
|
||||||
fprintf (stderr, "Copying %d events from %s\n", src->size(), (*i)->name().c_str());
|
|
||||||
}
|
|
||||||
for (CoreMidiBuffer::const_iterator it = src->begin (); it != src->end (); ++it) {
|
for (CoreMidiBuffer::const_iterator it = src->begin (); it != src->end (); ++it) {
|
||||||
(_buffer[_bufperiod]).push_back (boost::shared_ptr<CoreMidiEvent>(new CoreMidiEvent (**it)));
|
(_buffer[_bufperiod]).push_back (boost::shared_ptr<CoreMidiEvent>(new CoreMidiEvent (**it)));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue