add new member to ImportStatus object to allow specifying how to name new MIDI tracks
This commit is contained in:
@@ -43,6 +43,7 @@ public:
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user