cont’d work on a16dd7c, fixes #6170
[ardour.git] / libs / ardour / ardour / midi_ring_buffer.h
index 0d27de3c16caeae5872bc054528446f5ab099226..d89d85b2d7c2bc85c4b3610639cb9a660f8ec537 100644 (file)
@@ -49,6 +49,7 @@ public:
        inline bool read_contents(uint32_t size, uint8_t* buf);
 
        size_t read(MidiBuffer& dst, framepos_t start, framepos_t end, framecnt_t offset=0, bool stop_on_overflow_in_destination=false);
+       size_t skip_to(framepos_t start);
 
        void dump(std::ostream& dst);
        void flush (framepos_t start, framepos_t end);