mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fix yet more cases where SMF are imported and named incorrectly
This commit is contained in:
parent
5c2e1bd807
commit
6149771910
5 changed files with 6 additions and 6 deletions
|
|
@ -423,7 +423,7 @@ ExportDialog::show_progress ()
|
|||
for (auto const& x : _files_to_reimport) {
|
||||
timepos_t pos (x.first);
|
||||
Editing::ImportDisposition disposition = Editing::ImportDistinctFiles;
|
||||
editor.do_import (x.second, disposition, Editing::ImportAsTrack, SrcBest, SMFTrackNumber, SMFTempoIgnore, pos);
|
||||
editor.do_import (x.second, disposition, Editing::ImportAsTrack, SrcBest, SMFFileAndTrackName, SMFTempoIgnore, pos);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue