summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/midi_playlist.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-10-26 19:54:10 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2019-11-02 16:32:18 -0600
commit6e0c5483b203036cfe56da6a7f47ceb12956c327 (patch)
tree1370396d4abf905981e096a73c01f0845b84f773 /libs/ardour/ardour/midi_playlist.h
parent7dfae40e3b271605c9ebbba25f8ff921f9c7ae0e (diff)
remove MidiPlaylist::read() API
Diffstat (limited to 'libs/ardour/ardour/midi_playlist.h')
-rw-r--r--libs/ardour/ardour/midi_playlist.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/libs/ardour/ardour/midi_playlist.h b/libs/ardour/ardour/midi_playlist.h
index e41d1fbdfa..6ba7bea592 100644
--- a/libs/ardour/ardour/midi_playlist.h
+++ b/libs/ardour/ardour/midi_playlist.h
@@ -71,25 +71,6 @@ public:
~MidiPlaylist ();
- /** Read a range from the playlist into an event sink.
- *
- * @param buf Destination for events.
- * @param start First sample of read range.
- * @param cnt Number of samples in read range.
- * @param loop_range If non-null, all event times will be mapped into this loop range.
- * @param chan_n Must be 0 (this is the audio-style "channel", where each
- * channel is backed by a separate region, not MIDI channels, which all
- * exist in the same region and are not handled here).
- * @param filter Channel filter to apply or NULL to disable filter
- * @return The number of samples read (time, not an event count).
- */
- samplecnt_t read (Evoral::EventSink<samplepos_t>& buf,
- samplepos_t start,
- samplecnt_t cnt,
- Evoral::Range<samplepos_t>* loop_range,
- uint32_t chan_n = 0,
- MidiChannelFilter* filter = NULL);
-
void render (MidiChannelFilter*);
RTMidiBuffer* rendered();