Indicate automation-latch as "touch" on the FP1

The FP1 does not have a dedicated "Latch" control, but this does
at least consistently indicate that Touch, rather than show some
arbitrary LED state.
This commit is contained in:
Robin Gareus 2019-04-01 22:30:16 +02:00
parent 50e8c4d529
commit 6d335be418
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1199,6 +1199,7 @@ FaderPort::map_auto ()
get_button (FP_Touch).set_led_state (_output_port, false);
break;
case ARDOUR::Touch:
case ARDOUR::Latch: // XXX
get_button (FP_Read).set_led_state (_output_port, false);
get_button (FP_Write).set_led_state (_output_port, false);
get_button (FP_Touch).set_led_state (_output_port, true);