Hi there, I've been watching this project for a while and I'm super excited. I still had some Arduino clones and potentiometers lying around so I decided to make my own MiDi controller. I have everything set up and using the absolute value setting it works great when sending a value between 0 and 127.
I want to use rotary encoders and set them up as a relative input.
I configured them as Binary offset, so when I turn the dial left, a 63 Signal is sent and when I turn them right a 65 signal is sent.
This also works really well; however, when I adjust the setting (let's say Exposure for example) in Lightroom using my Mouse Midi2LR also sends the new absolute value of the setting back to the Midi Input. So if I set an exposure of -1, it will send the value 40 back to Midi2LR as an input. This ends up in a loop and decreases the exposure until it reaches -5,00
This happens with all relative settings (Two's complement, Binary offset, Sign and magnitude). I can adjust how my MiDi controller behaves given the fact that it is an Arduino...
Midi2LR should not send the value back to the controller when the input is relative, otherwise it ends up in a loop and either goes all the way up or down.
I could later on attach a video.
Anyways, the project is fantastic and I am already really excited!