pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/fasttracker2



Module Name:    pkgsrc
Committed By:   fox
Date:           Mon Aug 31 02:02:45 UTC 2020

Modified Files:
        pkgsrc/audio/fasttracker2: Makefile distinfo

Log Message:
audio/fasttracker2: Updates to v1.31

Changes since v1.30

v1.31 - 28.08.2020
- The audio channel mixer is floating-point based now, for a theoretical
  precision improvement.
- Windows: The 32-bit version now has the same mixer as the 64-bit version
  (e.g. you can use >48kHz rates).
- Fixed an issue where the channel panning could overflow if pan was close to
  255 ($80) and you had a panning envelope going upwards.
- Fixed another issue with dithering in 16-bit audio output mode (d'oh)
- Dithering is now always enabled for 16-bit audio output mode, and the
  "dithering" checkbox has been removed from the config screen.
- Disk op.: When listing modules, only list .wav files if "Save as:" is
  set to "WAV".
- Fixed a misplaced pixel on the "Usable" mouse pointer type graphics =)
- Code cleanup (more sensible variable names in the audio mixer)


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/audio/fasttracker2/Makefile
cvs rdiff -u -r1.67 -r1.68 pkgsrc/audio/fasttracker2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/fasttracker2/Makefile
diff -u pkgsrc/audio/fasttracker2/Makefile:1.73 pkgsrc/audio/fasttracker2/Makefile:1.74
--- pkgsrc/audio/fasttracker2/Makefile:1.73     Mon Aug 24 15:09:53 2020
+++ pkgsrc/audio/fasttracker2/Makefile  Mon Aug 31 02:02:45 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2020/08/24 15:09:53 fox Exp $
+# $NetBSD: Makefile,v 1.74 2020/08/31 02:02:45 fox Exp $
 
-DISTNAME=      fasttracker2-1.30
+DISTNAME=      fasttracker2-1.31
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=8bitbubsy/}
 GITHUB_PROJECT=        ft2-clone

Index: pkgsrc/audio/fasttracker2/distinfo
diff -u pkgsrc/audio/fasttracker2/distinfo:1.67 pkgsrc/audio/fasttracker2/distinfo:1.68
--- pkgsrc/audio/fasttracker2/distinfo:1.67     Mon Aug 24 15:09:53 2020
+++ pkgsrc/audio/fasttracker2/distinfo  Mon Aug 31 02:02:45 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.67 2020/08/24 15:09:53 fox Exp $
+$NetBSD: distinfo,v 1.68 2020/08/31 02:02:45 fox Exp $
 
-SHA1 (fasttracker2-1.30.tar.gz) = 323ff68497c197a96704d5133d2f4136e0259204
-RMD160 (fasttracker2-1.30.tar.gz) = a9f31fb23d8ab92106bd9687b02ec9bde6e39bc4
-SHA512 (fasttracker2-1.30.tar.gz) = 74ec0a6925e09654c25602f67358af5ee6da192f2ca3a65c7ae4ee41208b7e0c9340d4138244aef4d9a687016f9fd31404d654b6f09a88d8b7591790f46f822d
-Size (fasttracker2-1.30.tar.gz) = 4453101 bytes
+SHA1 (fasttracker2-1.31.tar.gz) = f67a2c93ac38b0aac76b56defc00c0d7e5d9dce4
+RMD160 (fasttracker2-1.31.tar.gz) = 5835b2831fdb741a5aaa3f3b268b7939a62f3928
+SHA512 (fasttracker2-1.31.tar.gz) = 1fd32c94057ca721b75866d7876ce27c229502122e34d0dcf55ec171bc7d971ae99d93e64b0af5d0be4d92704a707d88ea8ec4f1406c2c07a01111ca8cf8d240
+Size (fasttracker2-1.31.tar.gz) = 4473084 bytes
 SHA1 (patch-CMakeLists.txt) = 81ce61e4c61dbf056366c05f80286f9cb731fb7e



Home | Main Index | Thread Index | Old Index