Skip to content

Commit 6a4add3

Browse files
authored
Update CHANGELOG.md
1 parent a927c59 commit 6a4add3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ This project tries to adhere to [Semantic Versioning][2].
66

77
## [Unreleased]
88

9+
### Added
10+
11+
- Support for curvecc opcodes on v1 EGs (@PythonBlue)
12+
- Support for `lotimer/hitimer` (@essej)
13+
14+
### Changed
15+
16+
- Allow polyphonic aftertouch (cc 130) to respect the note number, which improves e.g. the choking logic (@essej)
17+
18+
### Fixed
19+
20+
- Adjusted the gain compensation on pan stages (@cvde)
21+
- Ensure that voices are cleaned up before being force-reused (@iv-m)
22+
- Fixed a bug in the wavpack wrapper for multichannel files (@KKQ-KKQ)
23+
- Fixed a bug in the way the tuning root was computed (@KKQ-KKQ)
24+
- Fixed a bug where samples would be loaded in RAM twice when using `hint_ram_based=1`
25+
- Fixed a bug where quasi-simultaneous notes would not properly choke each other
26+
- Don't send a note off even if a note was choked by a CC event.
27+
928
## [1.2.2] - 2023-08-25
1029

1130
### Added

0 commit comments

Comments
 (0)