Add a test for the constrained cubic interpolation of Evoral::Curve
[ardour.git] / libs / ardour / export_format_manager.cc
index 890623c114b0f5a562aa28705f3e225b58dd94ea..04cfa76677720d8028891000f188aa226565f1a0 100644 (file)
@@ -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)
 {