summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_port.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-01-18 17:51:57 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-01-18 17:51:57 +0000
commit9524b08752f22684c472acd5b3184d5c786e7103 (patch)
treeff2b5d4fae547d96f7f6ee67327972781a6c752e /libs/ardour/midi_port.cc
parent8983d84fb2668bb54383e8148c45ef75af93d360 (diff)
fix two major assert failures arising from the optional monitor section commit; separate numbering of aux sends, sends and listens to fix #3671 (still testing, but the assert failures are critical)
git-svn-id: svn://localhost/ardour2/branches/3.0@11263 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/midi_port.cc')
-rw-r--r--libs/ardour/midi_port.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/midi_port.cc b/libs/ardour/midi_port.cc
index 9383bb237b..0f91dd3e36 100644
--- a/libs/ardour/midi_port.cc
+++ b/libs/ardour/midi_port.cc
@@ -182,8 +182,8 @@ MidiPort::flush_buffers (pframes_t nframes, framepos_t /*time*/)
<< ev.time() << " > " << _global_port_buffer_offset + _port_buffer_offset << endl;
}
} else {
- cerr << "drop flushed event on the floor, time " << ev.time()
- << " < " << _global_port_buffer_offset + _port_buffer_offset << endl;
+ cerr << "drop flushed event on the floor, time " << ev
+ << " to early for " << _global_port_buffer_offset + _port_buffer_offset << endl;
}
}
}