13
0

further improve debug message

This commit is contained in:
Paul Davis 2019-12-18 19:56:38 -07:00
parent c8b9184956
commit 3c83979a50

View File

@ -528,7 +528,7 @@ MidiRegion::render (Evoral::EventSink<samplepos_t>& dst,
<< " start_beat = " << _start_beats
<< " a1 " << _position - _start
<< " a2 " << _start + internal_offset
<< " a3 " << _start + internal_offset + _length
<< " a3 " << _length
<< endl;
#endif