mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Honor groups for mixer selection
This commit is contained in:
parent
fd8053da9e
commit
23bb15dcf1
3 changed files with 54 additions and 16 deletions
|
|
@ -45,8 +45,8 @@ public:
|
|||
bool empty();
|
||||
|
||||
void set (AxisView*);
|
||||
void add (AxisView*);
|
||||
void remove (AxisView*);
|
||||
void add (AxisView*, bool with_groups = false);
|
||||
void remove (AxisView*, bool with_groups = false);
|
||||
bool selected (AxisView*);
|
||||
|
||||
void clear_routes ();
|
||||
|
|
@ -57,6 +57,7 @@ private:
|
|||
ARDOUR::SessionHandlePtr& shp;
|
||||
AxisViewProvider& avp;
|
||||
void removed (AxisView*);
|
||||
std::list<AxisView*> add_grouped_tracks (AxisView*) const;
|
||||
};
|
||||
|
||||
bool operator==(const RouteProcessorSelection& a, const RouteProcessorSelection& b);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue