From 49763a55c9bcbff2cb7844f36df777bbfadab172 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 7 Oct 2007 07:20:09 +0000 Subject: Fix several MIDI timestamp related problems: Fix recording MIDI regions that start at t != 0. Fix display of MIDI events in regions that start at t != 0. Fix recording after relocating an already rec-armed MIDI track. git-svn-id: svn://localhost/ardour2/trunk@2528 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/midi_model.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libs/ardour/ardour/midi_model.h') diff --git a/libs/ardour/ardour/midi_model.h b/libs/ardour/ardour/midi_model.h index 6337ca8e65..28a747683c 100644 --- a/libs/ardour/ardour/midi_model.h +++ b/libs/ardour/ardour/midi_model.h @@ -69,9 +69,6 @@ public: size_t read (MidiRingBuffer& dst, nframes_t start, nframes_t nframes, nframes_t stamp_offset) const; - /** Resizes vector if necessary (NOT realtime safe) */ - void append(const MidiBuffer& data); - /** Resizes vector if necessary (NOT realtime safe) */ void append(const MidiEvent& ev); -- cgit v1.2.3