mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Re-import exported files at the export-range's start time.
This commit is contained in:
parent
3ae73eb242
commit
22b81901b0
2 changed files with 8 additions and 5 deletions
|
|
@ -127,7 +127,8 @@ private:
|
|||
PublicEditor & editor;
|
||||
StatusPtr status;
|
||||
|
||||
std::vector<std::string> _files_to_reimport;
|
||||
typedef std::map<samplepos_t, std::vector<std::string>> ReImportMap;
|
||||
ReImportMap _files_to_reimport;
|
||||
|
||||
/* Warning area */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue