GUI-created MIDI regions now steal the pending MIDISource from the track's diskstream...
[ardour.git] / libs / ardour / ardour / midi_diskstream.h
index f46688902738f7230a11a856eab616069f05ab34..69c762823b09ab9a10a8be546b08c407c7dc0dff 100644 (file)
@@ -122,6 +122,7 @@ class MidiDiskstream : public Diskstream
        int  internal_playback_seek (nframes_t distance);
        int  can_internal_playback_seek (nframes_t distance);
        int  rename_write_sources ();
+        std::list<boost::shared_ptr<Source> > steal_write_sources();
        void reset_write_sources (bool, bool force = false);
        void non_realtime_input_change ();
        void non_realtime_locate (nframes_t location);