From b99b507be9cb290ff9fc2d6197af045964eb68a2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 19 Nov 2009 04:25:46 +0000 Subject: add track/bus now allows specifying aux or direct bus role; processor box menus sort of kindof allow New Aux -> Aux Bus git-svn-id: svn://localhost/ardour2/branches/3.0@6128 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/add_route_dialog.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'gtk2_ardour/add_route_dialog.h') 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 route_templates; @@ -90,8 +91,9 @@ class AddRouteDialog : public ArdourDialog typedef std::vector ChannelSetups; ChannelSetups channel_setups; - std::vector channel_combo_strings; - std::vector track_mode_strings; + static std::vector channel_combo_strings; + static std::vector track_mode_strings; + static std::vector bus_mode_strings; }; #endif /* __gtk_ardour_add_route_dialog_h__ */ -- cgit v1.2.3