mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 10:06:33 +01:00
Add option to disable track record disarm when the transport is rolling (mantis #2658)
git-svn-id: svn://localhost/ardour2/branches/3.0@5187 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
478bab5380
commit
addaba4204
4 changed files with 28 additions and 0 deletions
|
|
@ -183,6 +183,8 @@ class RouteUI : public virtual AxisView
|
|||
void save_as_template ();
|
||||
|
||||
protected:
|
||||
void check_rec_enable_sensitivity ();
|
||||
|
||||
std::vector<sigc::connection> connections;
|
||||
std::string s_name;
|
||||
std::string m_name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue