mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
startup assistant patch from tinman; cleanup fix backported from 2.X ; easy(ier) ways to create aux sends ; facility to subgroup (route via bus) for a route group ; fix up internal send/return operation ; fix internal send naming since it doesn't need to be unique - no JACK ports involved
git-svn-id: svn://localhost/ardour2/branches/3.0@5272 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
94880f7cd1
commit
8e7a5d7741
25 changed files with 345 additions and 146 deletions
|
|
@ -1863,6 +1863,8 @@ public:
|
|||
void build_route_group_menu (ARDOUR::RouteGroup *);
|
||||
void activate_all_route_groups ();
|
||||
void disable_all_route_groups ();
|
||||
void subgroup_route_group (ARDOUR::RouteGroup*);
|
||||
void unsubgroup_route_group (ARDOUR::RouteGroup*);
|
||||
|
||||
bool in_route_group_row_change;
|
||||
void route_group_row_change (const Gtk::TreeModel::Path&,const Gtk::TreeModel::iterator&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue