diff options
author | fox <fox@pkgsrc.org> | 2020-04-14 13:26:07 +0000 |
---|---|---|
committer | fox <fox@pkgsrc.org> | 2020-04-14 13:26:07 +0000 |
commit | 7cf20c8a0b76595601bf247b3c855618bf8c1257 (patch) | |
tree | ecfe202dbe9c6de5b76585fbca45e9fe004e1964 /audio | |
parent | f23aca1dddef14332f47a9052d1124cb0f23a36b (diff) | |
download | pkgsrc-7cf20c8a0b76595601bf247b3c855618bf8c1257.tar.gz |
audio/fasttracker2: Updates to v1.20
Changes since v1.19:
v1.20 - 13.04.2020
- x86_64/amd64 users now get 32.32 fixed-point precision in the audio channel
mixer, an extra 192kHz mixing frequency mode (may only work with a larger
buffer size), and double the amount of phases in the cubic spline table. This
will only make an improved outcome in very few cases (like extremely high/low
channel rates), so don't expect to hear any difference. Non-x86_64 users now
lose 96kHz mode as it was a bit unsuitable with 16.16 fixed-point precision.
- The "Volume" function in Smp. Ed. now has more precision and takes less time
to complete. Not that it was slow to begin with...
- Increased the minimum .WAV rendering frequency from 8kHz to 44.1kHz, because
the mixer delta calculations could overflow on such low rates.
- Some more small miscellaneous changes not worth of a mention
- Code cleanup
Diffstat (limited to 'audio')
-rw-r--r-- | audio/fasttracker2/Makefile | 4 | ||||
-rw-r--r-- | audio/fasttracker2/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/audio/fasttracker2/Makefile b/audio/fasttracker2/Makefile index 999bc39ecd6..22102b6b70b 100644 --- a/audio/fasttracker2/Makefile +++ b/audio/fasttracker2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.62 2020/04/09 12:57:59 fox Exp $ +# $NetBSD: Makefile,v 1.63 2020/04/14 13:26:07 fox Exp $ -DISTNAME= fasttracker2-1.19 +DISTNAME= fasttracker2-1.20 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=8bitbubsy/} GITHUB_PROJECT= ft2-clone diff --git a/audio/fasttracker2/distinfo b/audio/fasttracker2/distinfo index ab870ff8512..7733664b9dd 100644 --- a/audio/fasttracker2/distinfo +++ b/audio/fasttracker2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.58 2020/04/09 12:57:59 fox Exp $ +$NetBSD: distinfo,v 1.59 2020/04/14 13:26:07 fox Exp $ -SHA1 (fasttracker2-1.19.tar.gz) = 2afc3c06ae1e7e3d8c9d3710991c3c0af4cb0159 -RMD160 (fasttracker2-1.19.tar.gz) = 3a6d91707f71be5162302b0966e944565e67e892 -SHA512 (fasttracker2-1.19.tar.gz) = ec26a53c40c5360d308044e4ca87208b3e6999bda86c6ffaf8677de1fb39fac6ab4265f05a97b8fbdac6710a692dd7ee447dd9f82888d5694168da78f456dd3c -Size (fasttracker2-1.19.tar.gz) = 4436329 bytes +SHA1 (fasttracker2-1.20.tar.gz) = a319da80726eee6b6396e73bee8d375a17bd3d0c +RMD160 (fasttracker2-1.20.tar.gz) = c87c64f68c83b1114090f2f162aa022ec70d4fc7 +SHA512 (fasttracker2-1.20.tar.gz) = 420f26e3a0489a12765b16fa22a5f45b31b4fae2b6a7d9bdf58e21ceba34cfb8d6a96b37bd3e3e58f338c332d3cb1fda84d7e40c6c4bf7868adfaf0ca1956b4a +Size (fasttracker2-1.20.tar.gz) = 4472415 bytes SHA1 (patch-CMakeLists.txt) = 81ce61e4c61dbf056366c05f80286f9cb731fb7e |