summaryrefslogtreecommitdiff
path: root/gtk2_ardour/add_route_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-04 15:47:41 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-04 15:47:41 +0000
commit85421f2b3ccaf7b1aaabca4591db5dc7888af66e (patch)
tree7e32cf3946eb2fc5c5d4e68173668facf235298b /gtk2_ardour/add_route_dialog.h
parentb02673adb47e578284d91445b108ee256149ce1f (diff)
Make it impossible to create MIDI tape tracks (#4446).
git-svn-id: svn://localhost/ardour2/branches/3.0@10436 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/add_route_dialog.h')
-rw-r--r--gtk2_ardour/add_route_dialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/add_route_dialog.h b/gtk2_ardour/add_route_dialog.h
index 9d4d89906a..571420c4be 100644
--- a/gtk2_ardour/add_route_dialog.h
+++ b/gtk2_ardour/add_route_dialog.h
@@ -71,8 +71,10 @@ 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 ();
@@ -91,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;
};