maartentamboer / X-Touch-Mini-FS2020

Control FS2020 with a Behringer X-Touch Mini
https://dev-tty.nl/X-Touch-Mini-FS2020/
MIT License
57 stars 19 forks source link

LED not working #119

Closed cupax1000 closed 1 year ago

cupax1000 commented 1 year ago

Hello.

I've uploaded your profiles to my X Touch Mini, and while the encoders and buttons work fine, the LEDs don't. They light up only while the buttons are pressed, but when I release them they turn off. So there is no feedback if the button (on the cockpit) is engaged or not. Also, for example: if you press a button (let's say engage the AP) with a mouse on the cockpit, the assigned button's LED on the X Touch should turn ON, right? Well, it doesn't.

maartentamboer commented 1 year ago

To me that sounds like the midi out is not working.

  1. Do you have any other MIDI devices connected to your PC?
  2. Can you sent the output of the application when you start it up? It should print the MIDI devices: https://github.com/maartentamboer/X-Touch-Mini-FS2020/blob/main/midiconnection.py#L7-L8
cupax1000 commented 1 year ago

Hello. This has been fixed. The problem was, that the global channel of X Touch Mini was set to 2. As soon as you change it to 1 the LEDs start working fine.