mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
Vapor: Simple Export GUI
This commit is contained in:
parent
7228144d6e
commit
2a928dae19
8 changed files with 69 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue