summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_handler.h
diff options
context:
space:
mode:
authorColin Fletcher <colin.m.fletcher@googlemail.com>2013-10-10 19:54:22 +0100
committerColin Fletcher <colin.m.fletcher@googlemail.com>2013-10-10 19:54:22 +0100
commitcac644270a8626904a4a21f527cdcf5083defa60 (patch)
treed6bc0ef98cf255f2fcdddcb53820b4ccaefdb6b9 /libs/ardour/ardour/export_handler.h
parente1562961c0bf87daa98417f2a660fbf8ebd04a35 (diff)
Use SystemExec for post-export hook
Use the new command-line parsing constructor for SystemExec to construct the args array for the post-export hook from the entered command string, with some simple substitutions for filename, directory, &c.
Diffstat (limited to 'libs/ardour/ardour/export_handler.h')
-rw-r--r--libs/ardour/ardour/export_handler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/export_handler.h b/libs/ardour/ardour/export_handler.h
index 7f667d2dee..e2c0a7b2b7 100644
--- a/libs/ardour/ardour/export_handler.h
+++ b/libs/ardour/ardour/export_handler.h
@@ -95,6 +95,8 @@ class ExportHandler : public ExportElementFactory, public sigc::trackable
friend boost::shared_ptr<ExportHandler> Session::get_export_handler();
ExportHandler (Session & session);
+ void command_output(std::string output, size_t size);
+
public:
~ExportHandler ();