X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fexport_format_manager.cc;h=04cfa76677720d8028891000f188aa226565f1a0;hb=cb3961d9534d3bd86cc2c1c2be72b8eb33717e77;hp=890623c114b0f5a562aa28705f3e225b58dd94ea;hpb=ee1b49f87e4b8e6406c059f29371892872d3fb85;p=ardour.git diff --git a/libs/ardour/export_format_manager.cc b/libs/ardour/export_format_manager.cc index 890623c114..04cfa76677 100644 --- a/libs/ardour/export_format_manager.cc +++ b/libs/ardour/export_format_manager.cc @@ -293,6 +293,14 @@ ExportFormatManager::select_with_toc (bool value) check_for_description_change (); } + +void +ExportFormatManager::set_command (std::string command) +{ + current_selection->set_command (command); + check_for_description_change (); +} + void ExportFormatManager::select_trim_beginning (bool value) {