summaryrefslogtreecommitdiff
path: root/gtk2_ardour/add_route_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/add_route_dialog.h')
-rw-r--r--gtk2_ardour/add_route_dialog.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/gtk2_ardour/add_route_dialog.h b/gtk2_ardour/add_route_dialog.h
index 691a1c549d..7af8b47d8d 100644
--- a/gtk2_ardour/add_route_dialog.h
+++ b/gtk2_ardour/add_route_dialog.h
@@ -48,6 +48,7 @@ class AddRouteDialog : public ArdourDialog
bool track ();
int channels ();
int count ();
+ bool aux ();
std::string name_template ();
std::string track_template ();
@@ -63,8 +64,8 @@ class AddRouteDialog : public ArdourDialog
Gtk::Adjustment routes_adjustment;
Gtk::SpinButton routes_spinner;
Gtk::ComboBoxText channel_combo;
- Gtk::Label track_mode_label;
- Gtk::ComboBoxText track_mode_combo;
+ Gtk::Label mode_label;
+ Gtk::ComboBoxText mode_combo;
Gtk::ComboBoxText route_group_combo;
std::vector<ARDOUR::TemplateInfo> route_templates;
@@ -90,8 +91,9 @@ class AddRouteDialog : public ArdourDialog
typedef std::vector<ChannelSetup> ChannelSetups;
ChannelSetups channel_setups;
- std::vector<std::string> channel_combo_strings;
- std::vector<std::string> track_mode_strings;
+ static std::vector<std::string> channel_combo_strings;
+ static std::vector<std::string> track_mode_strings;
+ static std::vector<std::string> bus_mode_strings;
};
#endif /* __gtk_ardour_add_route_dialog_h__ */