13
0

add new member to ImportStatus object to allow specifying how to name new MIDI tracks

This commit is contained in:
Paul Davis 2016-12-14 11:44:01 +00:00
parent 721f3270c3
commit 6ea7f37c6b

View File

@ -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.