Indicate automation-latch as "touch" on the CC121

Without a dedicated "Latch" control, this does at least consistently
indicate "Touch", rather than show some arbitrary LED state.
This commit is contained in:
Robin Gareus 2019-04-08 02:05:36 +02:00
parent 94409c80f3
commit a5009bfed3
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1115,6 +1115,7 @@ CC121::map_auto ()
get_button (EButton).set_led_state (_output_port, false);
get_button (OpenVST).set_led_state (_output_port, false);
break;
case ARDOUR::Latch:
case ARDOUR::Touch:
get_button (EButton).set_led_state (_output_port, true);
get_button (FP_Read).set_led_state (_output_port, false);