Skip to content

Releases: adafruit/Adafruit_CircuitPython_MIDI

1.4.16 - Gave all MIDIMessage objects a useful repr()

06 Jun 19:43

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.

What's Changed

  • Give all MIDIMessage objects a useful repr() by @jepler in #53

Full Changelog: 1.4.15...1.4.16

1.4.15 - Updated pre-commit hooks

18 May 15:13

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.14 - Fixed pylint errors

15 Nov 17:41
e38bf1f

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.13 - Made copyright stay up to date in docs/conf.py

26 Aug 02:39

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.12 - Fixed version string

22 Aug 18:59

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.11 - Switched to pyproject.toml

09 Aug 19:55

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.10 - Added cp.org link to index.rst

09 Jun 18:42

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.9 - Repo documentation and config updates

07 Jun 17:21

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.8 - Fixed, updated control change values

03 Apr 19:12
3d87190

Choose a tag to compare

Fixed ATTACK_TIME value, added PORTAMENTO and CHORUS values. Thanks @deckerego and @rimwolf-redux!

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.7 - Made velocity public variable, minor documentation addition

09 Mar 18:24
1ca7258

Choose a tag to compare

NoteOff now has it's velocity attribute as public. Also added additional documentation for instance attributes of NoteOn and NoteOff.

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.