Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfd authored Jan 14, 2024
1 parent a927c59 commit 6a4add3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ This project tries to adhere to [Semantic Versioning][2].

## [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

### Added
Expand Down

0 comments on commit 6a4add3

Please sign in to comment.