mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
add solo isolate indicator in editor route list
git-svn-id: svn://localhost/ardour2/branches/3.0@6343 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2f350c491e
commit
6ab765e8fa
9 changed files with 113 additions and 22 deletions
|
|
@ -192,6 +192,8 @@ class RouteUI : public virtual AxisView
|
|||
void open_remote_control_id_dialog ();
|
||||
|
||||
static int solo_visual_state (boost::shared_ptr<ARDOUR::Route>);
|
||||
static int solo_visual_state_with_isolate (boost::shared_ptr<ARDOUR::Route>);
|
||||
static int solo_isolate_visual_state (boost::shared_ptr<ARDOUR::Route>);
|
||||
static int mute_visual_state (ARDOUR::Session &, boost::shared_ptr<ARDOUR::Route>);
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue