X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fexport_format_manager.cc;h=04cfa76677720d8028891000f188aa226565f1a0;hb=5b4c3aa226dc95f33dc3ffae6669a24f5e8b8fe0;hp=890623c114b0f5a562aa28705f3e225b58dd94ea;hpb=a5de2c10679cc920a7409d02e32e6dd67778ea75;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) {