mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Add Latch Automation for MCP
see https://discourse.ardour.org/t/cannot-activate-latch-automation-state-via-x-touch-in-mackie-mode/110969
This commit is contained in:
parent
3625c28d54
commit
5aaec05429
1 changed files with 1 additions and 0 deletions
|
|
@ -1144,6 +1144,7 @@ MackieControlProtocol::latch_press (MACKIE_NAMESPACE::Button&)
|
|||
MACKIE_NAMESPACE::LedState
|
||||
MackieControlProtocol::latch_release (MACKIE_NAMESPACE::Button&)
|
||||
{
|
||||
set_automation_state (ARDOUR::Latch);
|
||||
return none;
|
||||
}
|
||||
MACKIE_NAMESPACE::LedState
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue