Skip to content

Commit bfe37ae

Browse files
committed
sfizz release 1.2.3
1 parent d14296a commit bfe37ae

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

data/sfizz/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version: "1.2.2"
2-
date: "August 26, 2023"
1+
date: "January 14, 2024"
2+
version: "1.2.3"
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: "sfizz 1.2.3 release"
3+
author: "sfztools"
4+
date: "2024-01-15T20:20:47+0000"
5+
---
6+
### Added
7+
8+
- Support for curvecc opcodes on v1 EGs (@PythonBlue)
9+
- Support for `lotimer/hitimer` (@essej)
10+
11+
### Changed
12+
13+
- Allow polyphonic aftertouch (cc 130) to respect the note number, which improves e.g. the choking logic (@essej)
14+
15+
### Fixed
16+
17+
- Adjusted the gain compensation on pan stages (@cvde)
18+
- Ensure that voices are cleaned up before being force-reused (@iv-m)
19+
- Fixed a bug in the wavpack wrapper for multichannel files (@KKQ-KKQ)
20+
- Fixed a bug in the way the tuning root was computed (@KKQ-KKQ)
21+
- Fixed a bug where samples would be loaded in RAM twice when using `hint_ram_based=1`
22+
- Fixed a bug where quasi-simultaneous notes would not properly choke each other
23+
- Don't send a note off event if a note was choked by a CC event.
24+
25+
## Download links
26+
27+
- [sfizz-1.2.3-macos.tar.gz](https://github.com/sfztools/sfizz/releases/download/1.2.3/sfizz-1.2.3-macos.tar.gz)
28+
- [sfizz-1.2.3-win32.zip](https://github.com/sfztools/sfizz/releases/download/1.2.3/sfizz-1.2.3-win32.zip)
29+
- [sfizz-1.2.3-win64.zip](https://github.com/sfztools/sfizz/releases/download/1.2.3/sfizz-1.2.3-win64.zip)
30+
- [sfizz-1.2.3.tar.gz](https://github.com/sfztools/sfizz/releases/download/1.2.3/sfizz-1.2.3.tar.gz)
31+
- [GitHub Release](https://github.com/sfztools/sfizz/releases/tag/1.2.3)
32+
- [Downloads](../../sfizz/downloads.md)

0 commit comments

Comments
 (0)