Rudimentary post-processing of exported files.
authorColin Fletcher <colin.m.fletcher@googlemail.com>
Mon, 7 Oct 2013 19:28:13 +0000 (20:28 +0100)
committerColin Fletcher <colin.m.fletcher@googlemail.com>
Mon, 7 Oct 2013 19:28:13 +0000 (20:28 +0100)
commit2a93f7a25e63c796745c4a34ebc13239382ba2df
tree9ebc4a503ee4adf8cef24fedc9cdd1fe738fb261
parent8b9a1fae6a580b526b3fc784581e6d0c8031b6db
Rudimentary post-processing of exported files.

Export format contains a string to be passed to system() after expanding
%1, %2, & %3 via string_compose() to the full path & filename, containing
directory, and basename respectively. No error-checking or any niceties
like that - real programmers will of course always type the command
correctly, and know to watch Ardour's standard output for the results...
gtk2_ardour/export_format_dialog.cc
gtk2_ardour/export_format_dialog.h
libs/ardour/ardour/export_format_manager.h
libs/ardour/ardour/export_format_specification.h
libs/ardour/export_format_manager.cc
libs/ardour/export_format_specification.cc
libs/ardour/export_handler.cc