add mike start (linux dsp) to author list
[ardour.git] / gtk2_ardour / add_route_dialog.h
index bc0434e461d89d3ddd6a8173831d19a4e5f4d557..571420c4be531efd2a8a35efa2083080e764ab7b 100644 (file)
@@ -71,10 +71,13 @@ class AddRouteDialog : public ArdourDialog
        void track_type_chosen ();
        void refill_channel_setups ();
        void refill_route_groups ();
+       void refill_track_modes ();
        void add_route_group (ARDOUR::RouteGroup *);
        void group_changed ();
+       void channel_combo_changed ();
        bool channel_separator (const Glib::RefPtr<Gtk::TreeModel> &m, const Gtk::TreeModel::iterator &i);
        bool route_separator (const Glib::RefPtr<Gtk::TreeModel> &m, const Gtk::TreeModel::iterator &i);
+       void maybe_update_name_template_entry ();
 
        void reset_template_option_visibility ();
 
@@ -90,7 +93,6 @@ class AddRouteDialog : public ArdourDialog
        ChannelSetups channel_setups;
 
        static std::vector<std::string> channel_combo_strings;
-       static std::vector<std::string> track_mode_strings;
        static std::vector<std::string> bus_mode_strings;
 };