Make send automation work (#4734).
[ardour.git] / gtk2_ardour / export_format_dialog.h
index 0371b775440a807b87557b219fa835e68961ce64..9e395da01d46d787fd4866e384167e10419a6576 100644 (file)
@@ -297,6 +297,14 @@ class ExportFormatDialog : public ArdourDialog, public PBD::ScopedConnectionList
        Gtk::Label  sample_format_label;
        Gtk::Label  dither_label;
 
+       Gtk::CheckButton with_cue;
+       Gtk::CheckButton with_toc;
+
+       Gtk::VBox cue_toc_vbox;
+
+       void update_with_toc ();
+       void update_with_cue ();
+
        Gtk::TreeView sample_format_view;
        Gtk::TreeView dither_type_view;