restore ability to create TOC and CUE files during export. this is an option in a...
[ardour.git] / libs / ardour / export_format_manager.cc
index c77e301a23a4238985a57ffec5135151e514b4e6..f995bc1b0e87991ccc87d4d517dba9f567b079a9 100644 (file)
@@ -264,6 +264,18 @@ ExportFormatManager::select_src_quality (ExportFormatBase::SRCQuality value)
        current_selection->set_src_quality (value);
 }
 
+void
+ExportFormatManager::select_with_cue (bool value)
+{
+       current_selection->set_with_cue (value);
+}
+
+void
+ExportFormatManager::select_with_toc (bool value)
+{
+       current_selection->set_with_toc (value);
+}
+
 void
 ExportFormatManager::select_trim_beginning (bool value)
 {