implement midi, text vban streams

kindmaps updated

factory tests updated.

closes #7
This commit is contained in:
2023-07-12 09:45:33 +01:00
parent 278566c2e0
commit 9b2e38aab3
5 changed files with 80 additions and 10 deletions

View File

@@ -11,6 +11,16 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass
- [x]
## [2.3.2] - 2023-07-12
### Added
- vban.{instream,outstream} tuples now contain classes that represent MIDI and TEXT streams.
### Fixed
- apply_config() now performs a deep merge when extending a config with another.
## [2.3.0] - 2023-07-11
### Added