mido icon indicating copy to clipboard operation
mido copied to clipboard

Could mido create BLE-MIDI messages?

Open mwprado opened this issue 2 years ago • 2 comments

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.

mwprado avatar Oct 05 '23 19:10 mwprado

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 ;)

rdoursenaud avatar Oct 07 '23 20:10 rdoursenaud

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 ;)

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.

mwprado avatar Oct 16 '23 10:10 mwprado