start code reorganization needed to deal with backend choices. compiles, links and...
[ardour.git] / libs / ardour / ardour / midi_playlist_source.h
index c64b6e53f98868dae72dbaeec39de99acd1f8251..5e3bb0de6764bd280e517d758ec102f07ba5a3e5 100644 (file)
@@ -60,14 +60,15 @@ protected:
 
        void flush_midi();
 
-       framepos_t read_unlocked (Evoral::EventSink<framepos_t>& dst,
-                                 framepos_t position,
-                                 framepos_t start, framecnt_t cnt,
-                                 MidiStateTracker* tracker) const;
-
-       framepos_t write_unlocked (MidiRingBuffer<framepos_t>& dst,
-                                  framepos_t position,
-                                  framecnt_t cnt);
+       framecnt_t read_unlocked (Evoral::EventSink<framepos_t>& dst,
+                                 framepos_t                     position,
+                                 framepos_t                     start,
+                                 framecnt_t                     cnt,
+                                 MidiStateTracker*              tracker) const;
+
+       framecnt_t write_unlocked (MidiRingBuffer<framepos_t>& dst,
+                                  framepos_t                  position,
+                                  framecnt_t                  cnt);
 
 private:
        int set_state (const XMLNode&, int version, bool with_descendants);