Vapor: Simple Export GUI

This commit is contained in:
Robin Gareus 2023-12-07 17:43:26 +01:00
parent 7228144d6e
commit 2a928dae19
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
8 changed files with 69 additions and 5 deletions

View file

@ -39,7 +39,7 @@ namespace ARDOUR {
class SimpleExportDialog : public ArdourDialog, virtual public ARDOUR::SimpleExport
{
public:
SimpleExportDialog (PublicEditor&);
SimpleExportDialog (PublicEditor&, bool vapor_export = false);
void set_session (ARDOUR::Session*);
@ -84,6 +84,7 @@ private:
Gtk::ComboBoxText _post_export_combo;
Gtk::Label _error_label;
Gtk::ProgressBar _progress_bar;
bool _vapor_export;
ExportRangeCols _range_cols;
Glib::RefPtr<Gtk::ListStore> _range_list;