Skip to content

Releases: adafruit/Adafruit_CircuitPython_MIDI

1.4.4 - Made note public variable

05 Oct 20:22
543fa7a
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.4.3 - Documentation tweak

21 Sep 16:45
6a5f834
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.4.2 - Added MIDI Time Code Quarter Frame message support

10 Aug 19:34
0f56516
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.4.1 - Updated setup.py and README.rst

16 Jul 13:51
01ae093
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.4.0 - Added control change values

14 Apr 21:18
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.3.5 - Updated midi_simpletest example

08 Apr 18:00
669ab7b
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.3.4 - Linted tests directory

23 Mar 18:13
d298357
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.3.3 - Moved pylint from build.yml to .pre-commit-config.yml

02 Mar 23:44
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.3.2 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:08
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.3.1 - Moved to pre-commit, added licensing info

20 Jan 22:35
0f7988c
Compare
Choose a tag to compare

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-midi.

Read the docs for info on how to use it.