mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Allow new route group to be created from within the dialog.
git-svn-id: svn://localhost/ardour2/branches/3.0@5248 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5b7ed60dab
commit
16f18f1879
2 changed files with 26 additions and 3 deletions
|
|
@ -62,6 +62,7 @@ class AddRouteDialog : public Gtk::Dialog
|
|||
Gtk::ComboBoxText channel_combo;
|
||||
Gtk::ComboBoxText track_mode_combo;
|
||||
Gtk::ComboBoxText route_group_combo;
|
||||
Gtk::Button new_route_group_button;
|
||||
|
||||
std::vector<ARDOUR::TemplateInfo> route_templates;
|
||||
|
||||
|
|
@ -69,6 +70,7 @@ class AddRouteDialog : public Gtk::Dialog
|
|||
void refill_channel_setups ();
|
||||
void refill_route_groups ();
|
||||
void add_route_group (ARDOUR::RouteGroup *);
|
||||
void new_route_group ();
|
||||
|
||||
void reset_template_option_visibility ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue