Thanks for the link Steve. That does help me to identify the midi signal coming from the Loupedeck+ wheel as a ‘2’s Complement encoder’ with a positive value of 1 and a negative value of 127.
The change for me comes when I attempt to capture the actual incoming midi message. As you do in the tutorial e.g. B0 00 01. For these wheels there is no hexadecimal midi message.
As a result of not being able to capture the midi message and change it to a variable to include in the bit of code from our previous example with the knob controller.
I’m not sure if this means these wheels aren’t relative encoders, seeming to mimic more clicked button presses than a midi controller.
Thanks again for your help with pointing me in the right direction.