summaryrefslogtreecommitdiff
path: root/libs/ardour/export_handler.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-03-19 13:13:34 +0100
committerRobin Gareus <robin@gareus.org>2016-03-19 13:13:34 +0100
commite35d891616762d34dc000077504f9c1818705d2d (patch)
tree8ef33311bbba5dd5ad063693913c152a27307290 /libs/ardour/export_handler.cc
parentfaf4c30cef26ea2bd406a68e14d3c0311b0770ac (diff)
the return of the Session::Exported signal
Diffstat (limited to 'libs/ardour/export_handler.cc')
-rw-r--r--libs/ardour/export_handler.cc2
1 files changed, 2 insertions, 0 deletions
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.