Could mido create BLE-MIDI messages?
Is your feature request related to a problem? Please describe. Could mido create BLE-MIDI messages?
Describe the solution you'd like I this case I could use bleak API to send messages over bluetooth using bleak(gatt_write(msg.bytes()).
Describe alternatives you've considered Adapt Adafruit BLE-MIDI Messages and encapsulate in mido message or create a bleak backend for bluetooth connection. Although, it would also be necessary a BLE Messages.
Thanks for the suggestion.
That's something I'm willing to explore for mido 2.0.
I agree that the best implementation would be to have a bleak backend.
Feel free to try and get an implementation running, I'd love to receive such a Pull Request ;)
Thanks for the suggestion.
That's something I'm willing to explore for
mido2.0.I agree that the best implementation would be to have a
bleakbackend.Feel free to try and get an implementation running, I'd love to receive such a Pull Request ;)
I'm trying it! But, now I am stuck on a Roland GO:KEYS bug to use blutooth midi in bluez. This is necessary so that I can test any code.