Fix MR:render_range debug output (nutempo)

This commit is contained in:
Robin Gareus 2022-09-10 18:17:27 +02:00
parent 644136bca0
commit 16ef3dd6b1
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -308,12 +308,11 @@ MidiRegion::render_range (Evoral::EventSink<samplepos_t>& dst,
#if 0 #if 0
cerr << "MR " << name () << " render " cerr << "MR " << name () << " render "
<< " _position = " << _position << " _position = " << position ()
<< " _start = " << _start << " _start = " << _start
<< " quarter_note = " << quarter_note() << " _length = " << _length
<< " start_beat = " << _start_beats << " read_start = " << read_start
<< " a1 " << _position - _start << " read_length = " << read_length
<< " a3 " << _length
<< endl; << endl;
#endif #endif