From 350051569f11efad7a0c0ba8ce9bcbba0203321e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 4 May 2020 18:54:40 -0600 Subject: remove empty API and usage This went away when we added RTMidiBuffer. Getting data from MIDI playlists is now completed in one pass, without note trackers --- libs/ardour/ardour/midi_playlist.h | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'libs/ardour/ardour') diff --git a/libs/ardour/ardour/midi_playlist.h b/libs/ardour/ardour/midi_playlist.h index 6ba7bea592..7e70707ae2 100644 --- a/libs/ardour/ardour/midi_playlist.h +++ b/libs/ardour/ardour/midi_playlist.h @@ -83,21 +83,11 @@ public: std::set contained_automation(); - /** Clear all note trackers. */ - void reset_note_trackers (); - - /** Resolve all pending notes and clear all note trackers. - * - * @param dst Sink to write note offs to. - * @param time Time stamp of all written note offs. - */ - void resolve_note_trackers (Evoral::EventSink& dst, samplepos_t time); - -protected: + protected: void remove_dependents (boost::shared_ptr region); void region_going_away (boost::weak_ptr region); -private: + private: void dump () const; NoteMode _note_mode; -- cgit v1.2.3