summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-05-04 18:54:40 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2020-05-04 18:54:40 -0600
commit350051569f11efad7a0c0ba8ce9bcbba0203321e (patch)
treeb8560e039d963d4d7560c6a3188ec2e95d23ddc5 /libs/ardour/ardour
parent9b070eefb106c25032d6e077090d9f8a959aefc4 (diff)
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
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/midi_playlist.h14
1 files changed, 2 insertions, 12 deletions
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<Evoral::Parameter> 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<samplepos_t>& dst, samplepos_t time);
-
-protected:
+ protected:
void remove_dependents (boost::shared_ptr<Region> region);
void region_going_away (boost::weak_ptr<Region> region);
-private:
+ private:
void dump () const;
NoteMode _note_mode;