Replies: 5 comments 5 replies
-
The MIDI stuff seems to be pretty simple. Midiconnetion code for X-Touch-Mini-FS2020 in python: You get MIDI Messages from the device:
|
Beta Was this translation helpful? Give feedback.
-
Output from X-Touch-Mini-FS2020 Application: Startup:
Button pressed and released:
Encoder turned. Encoder configured in relative, endless mode:
Fader. The fader has values from 0 to 127:
|
Beta Was this translation helpful? Give feedback.
-
Some Midi Spec: This is what I like best by far for a possible MobiFlight use case:
|
Beta Was this translation helpful? Give feedback.
-
This was completed with #561 |
Beta Was this translation helpful? Give feedback.
-
There are SysEx messages on the MIDI protocol, enabling fast bidirectional information exchange. Can the feasibility of implementation be assessed? |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
There are lots of midi devices out there that are essentially big boxes of buttons, encoders, and switches. The new Joystick feature laid the foundation for supporting devices like this. A couple of people have asked for MIDI support in the Discord now.
Describe the solution you'd like
Buttons/encoders/etc. on midi devices show up as inputs in MobiFlight
LEDs on midi devices show up as outputs in MobiFlight (is that even possible?)
Additional context
Here's a C# library that looks useful: https://melanchall.github.io/drywetmidi/articles/devices/Overview.html
Beta Was this translation helpful? Give feedback.
All reactions