X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=libs%2Fardour%2Fmidi_diskstream.cc;h=52b93015c8278003ff86e7f3737f9605fe6f8494;hb=cf4091a03a32fea23f215279af8f527ea7fa6cec;hp=e916fef263b9986de441286772e69d5a885723bf;hpb=468d39ba81fa73e9051910f69d09ced8654b97d7;p=ardour.git diff --git a/libs/ardour/midi_diskstream.cc b/libs/ardour/midi_diskstream.cc index e916fef263..52b93015c8 100644 --- a/libs/ardour/midi_diskstream.cc +++ b/libs/ardour/midi_diskstream.cc @@ -750,9 +750,6 @@ MidiDiskstream::read (framepos_t& start, nframes_t dur, bool reversed) // Synthesize LoopEvent here, because the next events // written will have non-monotonic timestamps. _playback_buf->write(loop_end - 1, LoopEventType, sizeof (framepos_t), (uint8_t *) &loop_start); - cout << "Pushing LoopEvent ts=" << loop_end-1 - << " start+this_read " << start+this_read << endl; - start = loop_start; } else { start += this_read;