summaryrefslogtreecommitdiff
path: root/libs/ardour/export_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/export_handler.cc')
-rw-r--r--libs/ardour/export_handler.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/ardour/export_handler.cc b/libs/ardour/export_handler.cc
index df74bda065..3cad72c8d9 100644
--- a/libs/ardour/export_handler.cc
+++ b/libs/ardour/export_handler.cc
@@ -465,6 +465,13 @@ ExportHandler::finish_timespan ()
start_timespan ();
}
+void
+ExportHandler::reset ()
+{
+ config_map.clear ();
+ graph_builder->reset ();
+}
+
/*** CD Marker stuff ***/
struct LocationSortByStart {