mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Merge edit and mix groups to just being route groups. Add properties to route groups to decide what things their member routes will share. Allow edits to happen across a route group without its tracks necessarily being selected.
git-svn-id: svn://localhost/ardour2/branches/3.0@5236 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8cd536ab85
commit
955d731fa6
40 changed files with 794 additions and 805 deletions
|
|
@ -138,9 +138,9 @@ class RouteUI : public virtual AxisView
|
|||
void build_mute_menu(void);
|
||||
void init_mute_menu(ARDOUR::MuteMaster::MutePoint, Gtk::CheckMenuItem*);
|
||||
|
||||
void set_mix_group_solo(boost::shared_ptr<ARDOUR::Route>, bool);
|
||||
void set_mix_group_mute(boost::shared_ptr<ARDOUR::Route>, bool);
|
||||
void set_mix_group_rec_enable(boost::shared_ptr<ARDOUR::Route>, bool);
|
||||
void set_route_group_solo (boost::shared_ptr<ARDOUR::Route>, bool);
|
||||
void set_route_group_mute (boost::shared_ptr<ARDOUR::Route>, bool);
|
||||
void set_route_group_rec_enable (boost::shared_ptr<ARDOUR::Route>, bool);
|
||||
|
||||
int set_color_from_route ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue