File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,25 @@ This project tries to adhere to [Semantic Versioning][2].
6
6
7
7
## [ Unreleased]
8
8
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
+
9
28
## [ 1.2.2] - 2023-08-25
10
29
11
30
### Added
You can’t perform that action at this time.
0 commit comments