From bf0a99f0c0a8f76725fba89d076010009c4cdcb0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 14 Sep 2009 16:01:32 +0000 Subject: fix up marshall/unmarshall of note data for MidiModel::DiffCommand git-svn-id: svn://localhost/ardour2/branches/3.0@5662 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/midi_ring_buffer.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/midi_ring_buffer.cc') diff --git a/libs/ardour/midi_ring_buffer.cc b/libs/ardour/midi_ring_buffer.cc index 007d5271c8..88064c8798 100644 --- a/libs/ardour/midi_ring_buffer.cc +++ b/libs/ardour/midi_ring_buffer.cc @@ -66,8 +66,8 @@ MidiRingBuffer::read(MidiBuffer& dst, nframes_t start, nframes_t end, nframes // This event marks a loop end (i.e. the next event's timestamp will be non-monotonic) if (ev_type == LoopEventType) { /*ev_time -= start; - ev_time += offset; - cerr << "MRB loop boundary @ " << ev_time << endl;*/ + ev_time += offset;*/ + cerr << "MRB loop boundary @ " << ev_time << endl; // Return without reading data or writing to buffer (loop events have no data) // FIXME: This is not correct, loses events after the loop this cycle -- cgit v1.2.3