Adafruit_CircuitPython_BLE_MIDI

BLE MIDI for CircuitPython

MIT License

Downloads
868
Stars
14
Committers
11

Bot releases are hidden (Show)

Adafruit_CircuitPython_BLE_MIDI - 1.0.15 - Fix RTD Docs Build and Unpin Sphinx

Published by FoamyGuy 10 months ago

Changes: https://github.com/adafruit/Adafruit_CircuitPython_BLE_MIDI/compare/1.0.14...1.0.15

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.

Adafruit_CircuitPython_BLE_MIDI - 1.0.14 - Fix RTD Theme Issue Latest Release

Published by FoamyGuy about 1 year ago

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.

Adafruit_CircuitPython_BLE_MIDI - 1.0.13 - Updated .pylintrc, fixed jQuery

Published by evaherrada over 1 year ago

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.

Adafruit_CircuitPython_BLE_MIDI - 1.0.12 - Added type annotations

Published by tekktrik about 2 years ago

Added type annotations for this library. Thanks @tcfranks!

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.

Adafruit_CircuitPython_BLE_MIDI - 1.0.11 - Fixed version string

Published by evaherrada about 2 years ago

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.

Adafruit_CircuitPython_BLE_MIDI - 1.0.10 - Switched to pyproject.toml

Published by evaherrada about 2 years ago

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.

Adafruit_CircuitPython_BLE_MIDI - 1.0.9 - Added cp.org link to index.rst

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_BLE_MIDI - 1.0.8 - Repo documentation and config updates

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_BLE_MIDI - 1.0.7 - Updated documentation link, python version

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_BLE_MIDI - 1.0.6 - Updated pylint version, linted

Published by evaherrada almost 3 years ago

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.

Adafruit_CircuitPython_BLE_MIDI - Switch to incoming_packet_length

Published by tannewt over 3 years ago

Requires CircuitPython 6.0.0+.

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.

Adafruit_CircuitPython_BLE_MIDI - 1.0.4 - Moved pylint from build.yml to .pre-commit-config.yml

Published by evaherrada over 3 years ago

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.

Adafruit_CircuitPython_BLE_MIDI - 1.0.3 - Moved to pre-commit, added licensing info

Published by evaherrada over 3 years ago

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

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.

Adafruit_CircuitPython_BLE_MIDI - 1.0.2 - Moved to pre-commit, added licensing info

Published by evaherrada over 3 years ago

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

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.

Adafruit_CircuitPython_BLE_MIDI - 1.0.1 - Fixed discord invite link

Published by evaherrada over 4 years ago

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.

Adafruit_CircuitPython_BLE_MIDI - minor fixes and formatting changes

Published by dhalbert over 4 years ago

One minor bug fixed. Reformatted with black. Example program slightly revised.

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.

Adafruit_CircuitPython_BLE_MIDI - Initial release

Published by tannewt over 4 years ago

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.

Package Rankings
Top 16.22% on Pypi.org
Related Projects