Hello, as nice it was to discover that this engine natively supports MIDI besides other interesting features, as astonishing it was then that this only works in one direction, hence it is only possible to receive MIDI inputs but not to send any output to give feedback on the LEDs that are typical for MIDI devices.
Since I'm currently testing out if Godot Engine would be suitable for a personal project and what would be needed, I'm wondering if there's anything known about if MIDI output is something that is planned or any specific reason why there's only one direction implemented for direct usage with GDScript, so I would have to use some GDNative solution then for now to send feedback back.
I'm then finally wondering if this is worth a feature request to make MIDI implementation complete?