Update CHANGELOG.md

This commit is contained in:
Paul Ferrand 2024-01-14 21:54:39 +01:00 committed by GitHub
parent a927c59821
commit 6a4add37cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,25 @@ This project tries to adhere to [Semantic Versioning][2].
## [Unreleased] ## [Unreleased]
### Added
- Support for curvecc opcodes on v1 EGs (@PythonBlue)
- Support for `lotimer/hitimer` (@essej)
### Changed
- Allow polyphonic aftertouch (cc 130) to respect the note number, which improves e.g. the choking logic (@essej)
### Fixed
- Adjusted the gain compensation on pan stages (@cvde)
- Ensure that voices are cleaned up before being force-reused (@iv-m)
- Fixed a bug in the wavpack wrapper for multichannel files (@KKQ-KKQ)
- Fixed a bug in the way the tuning root was computed (@KKQ-KKQ)
- Fixed a bug where samples would be loaded in RAM twice when using `hint_ram_based=1`
- Fixed a bug where quasi-simultaneous notes would not properly choke each other
- Don't send a note off even if a note was choked by a CC event.
## [1.2.2] - 2023-08-25 ## [1.2.2] - 2023-08-25
### Added ### Added