more midi io debugging
git-svn-id: svn://localhost/ardour2/branches/3.0@9867 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5f9fb85b77
commit
f5212ea181
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user