-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
version: "1.2.2" | ||
date: "August 26, 2023" | ||
date: "January 14, 2024" | ||
version: "1.2.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: "sfizz 1.2.3 release" | ||
author: "sfztools" | ||
date: "2024-01-15T20:20:47+0000" | ||
--- | ||
### 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 event if a note was choked by a CC event. | ||
|
||
## Download links | ||
|
||
- [sfizz-1.2.3-macos.tar.gz](https://github.com/sfztools/sfizz/releases/download/1.2.3/sfizz-1.2.3-macos.tar.gz) | ||
- [sfizz-1.2.3-win32.zip](https://github.com/sfztools/sfizz/releases/download/1.2.3/sfizz-1.2.3-win32.zip) | ||
- [sfizz-1.2.3-win64.zip](https://github.com/sfztools/sfizz/releases/download/1.2.3/sfizz-1.2.3-win64.zip) | ||
- [sfizz-1.2.3.tar.gz](https://github.com/sfztools/sfizz/releases/download/1.2.3/sfizz-1.2.3.tar.gz) | ||
- [GitHub Release](https://github.com/sfztools/sfizz/releases/tag/1.2.3) | ||
- [Downloads](../../sfizz/downloads.md) |