Fix serializing VST2 speaker arrangements

This commit is contained in:
Robbert van der Helm
2021-06-10 12:59:08 +02:00
parent 53d59f74d1
commit cacfc0b379
2 changed files with 10 additions and 2 deletions
+8
View File
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Fixed VST2 speaker arrangement configurations returned by the plugin not being
serialized correctly. No plugins seem to actually use these, so it should not
have caused any issues.
## [3.3.1] - 2021-06-09
### Added