mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 06:07:29 +01:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue