Releases: adafruit/Adafruit_CircuitPython_MIDI
1.4.16 - Gave all MIDIMessage objects a useful repr()
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
Full Changelog: 1.4.15...1.4.16
1.4.15 - Updated pre-commit hooks
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
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
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
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
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
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
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
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
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.