clarify some confusion about how "raw" port buffer sizes are defined
[ardour.git] / libs / ardour / ardour / midi_port.h
index d95296ef76aa803dd6b6a48e7fe5db29c8babc24..9a685be4e44b6810c566c765028a7d267b5fb0b8 100644 (file)
@@ -43,8 +43,7 @@ class MidiPort : public Port {
 
        void flush_buffers (pframes_t nframes, framepos_t time);
        void transport_stopped ();
-
-       size_t raw_buffer_size (pframes_t nframes) const;
+       void reset ();
 
        Buffer& get_buffer (pframes_t nframes) {
                return get_midi_buffer (nframes);