Skip to content

Commit

Permalink
sfizz release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
redtide committed Jan 15, 2024
1 parent d14296a commit bfe37ae
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/sfizz/release.yml
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"
32 changes: 32 additions & 0 deletions docs/news/posts/2024-01-15-sfizz-1.2.3-release.md
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)

0 comments on commit bfe37ae

Please sign in to comment.