Fix potential deadlock on session-load
[ardour.git] / libs / ardour / ardour / import_status.h
index 4dbf8f8456505056050ee7f287a27c58336b94d5..17b63c99de30dd7689e30ae720982bd7feccd815 100644 (file)
@@ -42,6 +42,7 @@ public:
        volatile bool              freeze;
        std::vector<std::string>   paths;
        bool                       replace_existing_source;
+       bool                       split_midi_channels;
 
        /** 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.