From f8fe64a91e7ae7f6ac761e8ae16a485ed70fb994 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 24 Oct 2009 13:26:56 +0000 Subject: (FULL commit) start of a nominal debug tracing system, with 64 bits available for flags; track notes by region in MidiPlaylist, and resolve them if they are left hanging at region boundaries. note: MIDI playback is still not working 100% though its better now. git-svn-id: svn://localhost/ardour2/branches/3.0@5903 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/midi_region.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/ardour/midi_region.h') diff --git a/libs/ardour/ardour/midi_region.h b/libs/ardour/ardour/midi_region.h index f8f663bc78..5bd338b39e 100644 --- a/libs/ardour/ardour/midi_region.h +++ b/libs/ardour/ardour/midi_region.h @@ -56,7 +56,7 @@ class MidiRegion : public Region virtual nframes_t read (Sample*, sframes_t /*pos*/, nframes_t /*cnt*/, int /*channel*/) const { return 0; } virtual sframes_t readable_length() const { return length(); } - nframes_t read_at (MidiRingBuffer& dst, + nframes_t read_at (Evoral::EventSink& dst, sframes_t position, nframes_t dur, uint32_t chan_n = 0, @@ -105,7 +105,7 @@ class MidiRegion : public Region MidiRegion (const SourceList &, const XMLNode&); private: - nframes_t _read_at (const SourceList&, MidiRingBuffer& dst, + nframes_t _read_at (const SourceList&, Evoral::EventSink& dst, sframes_t position, nframes_t dur, uint32_t chan_n = 0, -- cgit v1.2.3