From f645b4119e4f2b03d5cd24618253e2f8b4140262 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 1 Sep 2010 01:50:24 +0000 Subject: Clean up MidiSource::midi_read now that the signed type sframes_t is being used to pass positions around. git-svn-id: svn://localhost/ardour2/branches/3.0@7726 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/midi_source.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libs/ardour/ardour/midi_source.h') diff --git a/libs/ardour/ardour/midi_source.h b/libs/ardour/ardour/midi_source.h index 5afcc20255..71c4eaca6d 100644 --- a/libs/ardour/ardour/midi_source.h +++ b/libs/ardour/ardour/midi_source.h @@ -56,15 +56,11 @@ class MidiSource : virtual public Source * \param source_start Start position of the SOURCE in this read context * \param start Start of range to be read * \param cnt Length of range to be read (in audio frames) - * \param stamp_offset Offset to add to event times written to dst - * \param negative_stamp_offset Offset to subtract from event times written to dst * \param tracker an optional pointer to MidiStateTracker object, for note on/off tracking */ virtual nframes_t midi_read (Evoral::EventSink& dst, sframes_t source_start, sframes_t start, nframes_t cnt, - sframes_t stamp_offset, - sframes_t negative_stamp_offset, MidiStateTracker*, std::set const &) const; @@ -140,7 +136,6 @@ class MidiSource : virtual public Source virtual nframes_t read_unlocked (Evoral::EventSink& dst, sframes_t position, sframes_t start, nframes_t cnt, - sframes_t stamp_offset, sframes_t negative_stamp_offset, MidiStateTracker* tracker) const = 0; virtual nframes_t write_unlocked (MidiRingBuffer& dst, -- cgit v1.2.3