add support for midi devices.

midi example added.

minor version bump
This commit is contained in:
onyx-and-iris
2022-07-24 14:38:16 +01:00
parent 43d4496378
commit 9d446ea17d
11 changed files with 166 additions and 3 deletions

View File

@@ -11,6 +11,16 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass
- [ ]
## [0.5.0] - 2022-07-24
### Added
- Midi class added to misc.
- Midi added to observer notifications
- Midi example added.
- Midi section added to readme.
- Minor version bump.
## [0.4.0] - 2022-07-21
### Added