13
0

more midi io debugging

git-svn-id: svn://localhost/ardour2/branches/3.0@9867 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-07-13 20:08:28 +00:00
parent 5f9fb85b77
commit f5212ea181

View File

@ -146,6 +146,7 @@ MidiDiskstream::non_realtime_locate (framepos_t position)
if (_write_source) {
_write_source->set_timeline_position (position);
}
cerr << name() << " Seeking to " << position << endl;
seek (position, false);
}
@ -864,7 +865,7 @@ MidiDiskstream::do_flush (RunContext /*context*/, bool force_flush)
int32_t ret = 0;
framecnt_t total;
cerr << name() << " flushing to disk\n";
cerr << name() << " flushing to disk, bufspace = " << _capture_buf->read_space() << endl;
_write_data_count = 0;