Skip to content

Commit 44466ce

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](1.0.0...1.1.0) (2022-02-04) ### Bug Fixes * add correction for negative latency in AudioSource playback ([7065406](7065406)) * replace string path for sfz files with file object path in piano sample ([950566b](950566b)) ### Features * add iOS support ([f579862](f579862))
1 parent 8b92b7c commit 44466ce

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.1.0](https://github.com/f1yingbanana/sfizz-unity/compare/1.0.0...1.1.0) (2022-02-04)
2+
3+
4+
### Bug Fixes
5+
6+
* add correction for negative latency in AudioSource playback ([7065406](https://github.com/f1yingbanana/sfizz-unity/commit/7065406148bcf3b8c438042cb5cd133ec74779d2))
7+
* replace string path for sfz files with file object path in piano sample ([950566b](https://github.com/f1yingbanana/sfizz-unity/commit/950566bbbcc0f70375e5e4d266ac06c489131812))
8+
9+
10+
### Features
11+
12+
* add iOS support ([f579862](https://github.com/f1yingbanana/sfizz-unity/commit/f579862d7141af632e8b9a3ba8492f835710afc2))
13+
114
# 1.0.0 (2022-02-04)
215

316

Diff for: Packages/sfizz-unity/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dev.f1yingbanana.sfizz-unity",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"displayName": "Sfizz for Unity",
55
"description": "A Unity3D MIDI player with instruments defined in sfz format, using sfizz as the underlying sampler.",
66
"unity": "2019.1",

0 commit comments

Comments
 (0)