diff options
author | fox <fox@pkgsrc.org> | 2019-05-27 12:43:32 +0000 |
---|---|---|
committer | fox <fox@pkgsrc.org> | 2019-05-27 12:43:32 +0000 |
commit | d21f8c551c0b974c0a3cb13c8a7e5b62c75fae24 (patch) | |
tree | 8b8dba1280d9d5fd2d4955ee77b5807928204f30 /audio | |
parent | a9723f1914e799af7ecfa07c282692de8e333bca (diff) | |
download | pkgsrc-d21f8c551c0b974c0a3cb13c8a7e5b62c75fae24.tar.gz |
fasttracker2: update to b157
Changes since b156
Beta #157 - 27.05.2019
- Fixed: Songs passed to the binary as an argument had to include full path or
else it would refuse to load.
- Fixed: When loading unsigned 8-bit stereo .WAVs and reading the left or right
channel only, the very last sample point would be wrong (and cause a click).
- Fixed: Properly clamp Disk Op. filesizes to 2GB on non-Windows systems
- AIFF/WAV sample loading now takes up less RAM during loading. WAV loading is
also faster, especially when loading 24-bit samples.
- Never attempt to load files bigger than 2GB (not compatible), and also ask
the user before loading files over 128MB in size, in case it was by accident.
- Allow loading even more broken/quirky .MOD/.FT songs
- Pause audio mixer while hand drawing sample data with the mouse, this is
needed for safety reasons. (original FT2 does this too)
- Unroll tight sample loops to prevent the audio channel mixer from doing many
loop wrapping iterations (minor optimization). This is only applied if there
is no data after the loop end point. Also yes, this is done in real time
as you modify sample data or load new samples.
- Small 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 13ce48d0c52..7dffb534640 100644 --- a/audio/fasttracker2/Makefile +++ b/audio/fasttracker2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2019/05/20 12:09:40 fox Exp $ +# $NetBSD: Makefile,v 1.24 2019/05/27 12:43:32 fox Exp $ DISTNAME= ft2clone-${DISTVERSION}-code PKGNAME= fasttracker2-${DISTVERSION:C/b/2./} -DISTVERSION= b156 +DISTVERSION= b157 CATEGORIES= audio MASTER_SITES= https://16-bits.org/ \ ${MASTER_SITE_FREEBSD_LOCAL:=ehaupt/} diff --git a/audio/fasttracker2/distinfo b/audio/fasttracker2/distinfo index 813cc235192..f0338e0e71d 100644 --- a/audio/fasttracker2/distinfo +++ b/audio/fasttracker2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.22 2019/05/20 12:09:40 fox Exp $ +$NetBSD: distinfo,v 1.23 2019/05/27 12:43:32 fox Exp $ -SHA1 (ft2clone-b156-code.zip) = f34fea5d6713970fe93d686971b89d62ae065abb -RMD160 (ft2clone-b156-code.zip) = d24b73d6bb521c6b8627bba78c93c9f110142fe9 -SHA512 (ft2clone-b156-code.zip) = 6b1e9e998fa8ca1a734f82c6eb1a5e0e8cefa6aef39f83508f1bb9a35b8629c4f8934396a5e2bdd42793340662dbb9f6c3bb7d5957792b28e6e46932f6ef8bfc -Size (ft2clone-b156-code.zip) = 3459011 bytes +SHA1 (ft2clone-b157-code.zip) = 6e863aef8213e89b831dc214c484d7c4a382a860 +RMD160 (ft2clone-b157-code.zip) = 19e193bc4c4d45a585a20e27b1f820235804434b +SHA512 (ft2clone-b157-code.zip) = fa3efb9c9645d73b8ee60b731b22c733ed1772233043562bd8925665e685d234c650c385de2a5e8a514483ae5c84fe0d27830f4205103d8fb533071fcce5bd8a +Size (ft2clone-b157-code.zip) = 3957359 bytes SHA1 (patch-src_ft2__diskop.c) = 9d19b3d4b0a32f61ecbcdda1f9b44e2532a98d41 SHA1 (patch-src_ft2__unicode.c) = 7e61ebb563bb5edb592182461173d066493791e7 |