Expose Latch automation mode to MCUs

This commit is contained in:
Robin Gareus 2019-04-01 22:28:07 +02:00
parent 20201ef056
commit 50e8c4d529
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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;
}
}