mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.43k stars 1.27k forks source link

Midi input table fixes #13341

Closed daschuer closed 3 months ago

daschuer commented 3 months ago

This fixes searching for the untranslated connected control in the midi Intput mapping table and hides 0xFF as midi option in case of two byte messages.

ronso0 commented 3 months ago

Just stopping by to say that I touched the surrounding code but I don't feel qualified to review it, sorry.

Btw I wonder why code check passes with the wrong indentations.

daschuer commented 3 months ago

Btw I wonder why code check passes with the wrong indentations.

I had a fight with clang-format and finally give up.

daschuer commented 3 months ago

Done.