mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
git-svn-id: svn://localhost/ardour2/branches/3.0@6185 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7664d86dc5
commit
966e09677d
4 changed files with 83 additions and 66 deletions
|
|
@ -195,6 +195,9 @@ class RouteUI : public virtual AxisView
|
|||
void save_as_template ();
|
||||
void open_remote_control_id_dialog ();
|
||||
|
||||
static int solo_visual_state (boost::shared_ptr<ARDOUR::Route>);
|
||||
static int mute_visual_state (ARDOUR::Session &, boost::shared_ptr<ARDOUR::Route>);
|
||||
|
||||
protected:
|
||||
std::vector<sigc::connection> connections;
|
||||
bool self_destruct;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue