From e35d891616762d34dc000077504f9c1818705d2d Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 19 Mar 2016 13:13:34 +0100 Subject: the return of the Session::Exported signal --- libs/ardour/export_handler.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/export_handler.cc') diff --git a/libs/ardour/export_handler.cc b/libs/ardour/export_handler.cc index e66af848b9..5e3509167d 100644 --- a/libs/ardour/export_handler.cc +++ b/libs/ardour/export_handler.cc @@ -322,6 +322,8 @@ ExportHandler::finish_timespan () export_cd_marker_file (current_timespan, fmt, filename, MP4Chaps); } + Session::Exported (current_timespan->name(), filename); /* EMIT SIGNAL */ + /* close file first, otherwise TagLib enounters an ERROR_SHARING_VIOLATION * The process cannot access the file because it is being used. * ditto for post-export and upload. -- cgit v1.2.3