Rudimentary post-processing of exported files.
[ardour.git] / gtk2_ardour / export_format_dialog.h
index 96405c33dd8f8e7580cdd859f213b282573a730a..42ed1a988665f5dd448e5fc2b182f10f2a3ee37c 100644 (file)
@@ -178,6 +178,8 @@ class ExportFormatDialog : public ArdourDialog, public PBD::ScopedConnectionList
        /* Upload */
        
        Gtk::CheckButton upload_checkbox;
+       Gtk::Label       command_label;
+       Gtk::Entry       command_entry;
 
        /* Format table */
 
@@ -312,6 +314,7 @@ class ExportFormatDialog : public ArdourDialog, public PBD::ScopedConnectionList
        void update_with_toc ();
        void update_with_cue ();
        void update_upload ();
+       void update_command ();
 
        Gtk::TreeView sample_format_view;
        Gtk::TreeView dither_type_view;