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:
parent
94409c80f3
commit
a5009bfed3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user