remove unusued roll_delay member of DiskReader
[ardour.git] / libs / ardour / ardour / import_status.h
index 4dbf8f8456505056050ee7f287a27c58336b94d5..645e7ff74bbcba905eb70226f2c535048bde0e67 100644 (file)
@@ -42,6 +42,8 @@ public:
        volatile bool              freeze;
        std::vector<std::string>   paths;
        bool                       replace_existing_source;
+       bool                       split_midi_channels;
+       MidiTrackNameSource        midi_track_name_source;
 
        /** set to true when all files have been imported, as distinct from the done in ARDOUR::InterThreadInfo,
         *  which indicates that one run of the import thread has been completed.