wunditta / MIDI2LR

An application and plugin to remotely control Lightroom with a MIDI controller
http://rsjaffe.github.io/MIDI2LR/
GNU General Public License v3.0
1 stars 0 forks source link

Indicators #9

Open wunditta opened 1 year ago

wunditta commented 1 year ago

Some controllers have buttons with LEDs, which can be lit up. This could be used to show an active mode, profile, or status. For example:

Suggestion for implementation:

In fact some of the code is already implemented, but because of the following issue it is not active:
When sending a value other than 0 to a button, it works and it is lit-up, but when sending 0 it is not turned off. Maybe this is because the application regards 0 as nothing and ignors it, so nothing is sent to the MIDI device.