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:           Sun Nov  8 13:38:55 UTC 2020

Modified Files:
        pkgsrc/audio/fasttracker2: Makefile distinfo

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

Changes since v1.36

v1.38 - 01.11.2020
- Fixed two possible pattern length bugs while switching to a new, shorter
  pattern while the song is playing.
- Mixer code cleanup (generates smaller code now)

v1.37 - 29.10.2020
- The 4-tap cubic spline resampling interpolation has now been replaced with
  8-tap windowed-sinc (polyphase) for better audio quality.
- The mixer is now using 64-bit float precision instead of 32-bit float
  precision. We only mix up to 32 channels anyway, which is not very CPU
  intensive.
- Volume/panning envelope interpolation is now using floating point precision
  instead of 8.8 fixed-point precision.
- Fixed a bug where the scopes would not shut down if you triggered an
  instrument that is not allocated (empty).
- Small code cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/audio/fasttracker2/Makefile
cvs rdiff -u -r1.71 -r1.72 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.77 pkgsrc/audio/fasttracker2/Makefile:1.78
--- pkgsrc/audio/fasttracker2/Makefile:1.77     Thu Oct  8 14:11:40 2020
+++ pkgsrc/audio/fasttracker2/Makefile  Sun Nov  8 13:38:55 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2020/10/08 14:11:40 fox Exp $
+# $NetBSD: Makefile,v 1.78 2020/11/08 13:38:55 fox Exp $
 
-DISTNAME=      fasttracker2-1.36
+DISTNAME=      fasttracker2-1.38
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=8bitbubsy/}
 GITHUB_PROJECT=        ft2-clone

Index: pkgsrc/audio/fasttracker2/distinfo
diff -u pkgsrc/audio/fasttracker2/distinfo:1.71 pkgsrc/audio/fasttracker2/distinfo:1.72
--- pkgsrc/audio/fasttracker2/distinfo:1.71     Thu Oct  8 14:11:40 2020
+++ pkgsrc/audio/fasttracker2/distinfo  Sun Nov  8 13:38:55 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.71 2020/10/08 14:11:40 fox Exp $
+$NetBSD: distinfo,v 1.72 2020/11/08 13:38:55 fox Exp $
 
-SHA1 (fasttracker2-1.36.tar.gz) = 75400c6f9ab0a6ee3b297e31be1c2e6520bb2778
-RMD160 (fasttracker2-1.36.tar.gz) = 61a3f9b9a20c25b12ffe5154b6b70721737851ac
-SHA512 (fasttracker2-1.36.tar.gz) = 96eb1db8b647b0a286d197ccf0e7dda135d65b27fc7f8382f8b9c6d29464d20da37c9adffa3d152af88b36ae922363b6ca6d3bd1615439efdae87d543a641624
-Size (fasttracker2-1.36.tar.gz) = 4403063 bytes
+SHA1 (fasttracker2-1.38.tar.gz) = 88ae6a18f68cf016986d1d51d687c77f1bb2166d
+RMD160 (fasttracker2-1.38.tar.gz) = b77a331cb622a8fe415a685d260e91a06f822ac5
+SHA512 (fasttracker2-1.38.tar.gz) = 4d95f86f961f99a07df39eb1dc39edbec73b91b7671603a2e3e063114622cd8f682de3df74dced2a45dfea311b0321a112fac777d4f739da13758ef4cb8fe15e
+Size (fasttracker2-1.38.tar.gz) = 4403403 bytes
 SHA1 (patch-CMakeLists.txt) = 81ce61e4c61dbf056366c05f80286f9cb731fb7e



Home | Main Index | Thread Index | Old Index