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.
v0.0.6 2024-09-15
- Documentation.
- Update dependencies.
v0.0.5 2023-10-05
- Add support for reading pitch bend events. [#20]
- Refactored and maybe fixed the writing of pitch bend events. [#20]
v0.0.4 2023-06-12
- Add support for writing pitch bend events. Thank you, @robrennie #15
v0.0.3 2022-12-13
- Add some getters to access private fields. #14
v0.0.2 2021-03-07
- Fixed a bug where running status bytes were not parsed (thank you @zigazeljko). #6
- Added a
Settings
object for constructing aMidiFile
object. #6 - Improved documentation. #12
- Clamp quarter note division values to allowable range. #12
v0.0.1 2021-01-30
- Re-organized modules and code files, added some documentation.
v0.0.0 2021-01-18
- Everything: you can create simple MIDI files with this library.