mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Add option to collect a route group, so that its member routes are reordered to be together in the editor. A few cleanups along the way.
git-svn-id: svn://localhost/ardour2/branches/3.0@5319 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
36564e4f91
commit
40b0b216de
7 changed files with 78 additions and 17 deletions
|
|
@ -65,8 +65,9 @@ private:
|
|||
|
||||
void activate_all ();
|
||||
void disable_all ();
|
||||
void subgroup (ARDOUR::RouteGroup*);
|
||||
void unsubgroup (ARDOUR::RouteGroup*);
|
||||
void subgroup (ARDOUR::RouteGroup *);
|
||||
void unsubgroup (ARDOUR::RouteGroup *);
|
||||
void collect (ARDOUR::RouteGroup *);
|
||||
|
||||
void row_change (const Gtk::TreeModel::Path&,const Gtk::TreeModel::iterator&);
|
||||
void name_edit (const Glib::ustring&, const Glib::ustring&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue