13
0

yet more MIDI IO debugging

git-svn-id: svn://localhost/ardour2/branches/3.0@9906 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-07-19 19:25:22 +00:00
parent 2e113872de
commit 7230ed4d54

View File

@ -865,8 +865,10 @@ MidiDiskstream::do_flush (RunContext /*context*/, bool force_flush)
int32_t ret = 0;
framecnt_t total;
cerr << name() << " flushing to disk, bufspace = " << _capture_buf->read_space() << endl;
cerr << name() << " flushing to disk, bufspace = " << _capture_buf->read_space()
<< " transport @ " << _session.transport_frame() << " last flush @ " << _last_flush_frame
<< endl;
_write_data_count = 0;
total = _session.transport_frame() - _last_flush_frame;