From ff5cc4a3115f43443cebfc325d175e3cdddeafed Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 25 Jul 2018 18:19:55 +0200 Subject: Reset export-config maps before each new export (1/2) --- libs/ardour/export_profile_manager.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/export_profile_manager.cc') diff --git a/libs/ardour/export_profile_manager.cc b/libs/ardour/export_profile_manager.cc index 8d1eb81edb..56bc0bfa36 100644 --- a/libs/ardour/export_profile_manager.cc +++ b/libs/ardour/export_profile_manager.cc @@ -149,6 +149,7 @@ ExportProfileManager::prepare_for_export () FormatStateList::const_iterator format_it; FilenameStateList::const_iterator filename_it; + handler->reset (); // For each timespan for (TimespanList::iterator ts_it = ts_list->begin(); ts_it != ts_list->end(); ++ts_it) { // ..., each format-filename pair -- cgit v1.2.3