even more debugging info for zth
git-svn-id: svn://localhost/ardour2/branches/3.0@11454 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d0b1a8100a
commit
f77ed1c692
@ -455,7 +455,7 @@ MidiDiskstream::commit (framecnt_t playback_distance)
|
||||
uint32_t frames_read = g_atomic_int_get(&_frames_read_from_ringbuffer);
|
||||
uint32_t frames_written = g_atomic_int_get(&_frames_written_to_ringbuffer);
|
||||
|
||||
cerr << "MDS written: " << frames_written << " - read: " << frames_read <<
|
||||
cerr << name() << " MDS written: " << frames_written << " - read: " << frames_read <<
|
||||
" = " << frames_written - frames_read
|
||||
<< " + " << playback_distance << " < " << midi_readahead << " = " << need_butler << ")" << endl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user