All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
...
...
Dependencies update
- Update dependencies
0.1.1 - 2021-04-16
Dependency update
- Update dependencies
0.1.0 - 2020-11-20
Bugfix release, with thanks for David Stalnaker for contributions
- Implement running status for midi-out
- Implement write for all messages
- Use github actions for CI
- Various bugfixes
0.0.2 - 2020-07-06
- Receive and parse all messages except system exclusive
- Parse running state messages
- Move midi parsing to separate module
- Rename MidiEvent to MidiMessage
0.0.1 - 2020-06-17
- Basic representation of midi events
- Receive and parse note-on and note-off messages
- Send note-on and note-off messages
- Basic examples