Skip to content

Releases: adafruit/Adafruit_CircuitPython_BLE_MIDI

Initial release

31 Mar 20:46
2ceed3f
Compare
Choose a tag to compare

Initial release of BLE MIDI. It works in both directions. Outgoing messages are timestamped. Incoming messages have their timestamps removed and ignored.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble-midi.

Read the docs for info on how to use it.