mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Expose Latch automation mode to MCUs
This commit is contained in:
parent
20201ef056
commit
50e8c4d529
1 changed files with 8 additions and 0 deletions
|
|
@ -2016,6 +2016,14 @@ MackieControlProtocol::update_fader_automation_state ()
|
|||
update_global_button (Button::Latch, off);
|
||||
update_global_button (Button::Grp, off);
|
||||
break;
|
||||
case Latch:
|
||||
update_global_button (Button::Read, off);
|
||||
update_global_button (Button::Write, off);
|
||||
update_global_button (Button::Touch, off);
|
||||
update_global_button (Button::Trim, off);
|
||||
update_global_button (Button::Latch, on);
|
||||
update_global_button (Button::Grp, off);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue