pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/fasttracker2 audio/fasttracker2: Updates to v1.35



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9595ec8f72f5
branches:  trunk
changeset: 439873:9595ec8f72f5
user:      fox <fox%pkgsrc.org@localhost>
date:      Tue Sep 29 14:33:18 2020 +0000

description:
audio/fasttracker2: Updates to v1.35

Changes since v1.34

v1.35 - 27.09.2020
- Added an option to change interpolation mode to 2-tap linear, just to match
  real FT2. This interpolation method is of worse quality than the current one
  (4-tap cubic spline).
- Fixed some sample tap bugs with the cubic spline resampling interpolation
- Fixed an issue where unwanted sample data could be shown at the loop end
  point of a looped sample in the sample editor.
- Updated some parts of the help text
- Small code cleanup

diffstat:

 audio/fasttracker2/Makefile |   4 ++--
 audio/fasttracker2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r a94efcd29bea -r 9595ec8f72f5 audio/fasttracker2/Makefile
--- a/audio/fasttracker2/Makefile       Tue Sep 29 14:30:27 2020 +0000
+++ b/audio/fasttracker2/Makefile       Tue Sep 29 14:33:18 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.75 2020/09/10 16:32:31 fox Exp $
+# $NetBSD: Makefile,v 1.76 2020/09/29 14:33:18 fox Exp $
 
-DISTNAME=      fasttracker2-1.34
+DISTNAME=      fasttracker2-1.35
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=8bitbubsy/}
 GITHUB_PROJECT=        ft2-clone
diff -r a94efcd29bea -r 9595ec8f72f5 audio/fasttracker2/distinfo
--- a/audio/fasttracker2/distinfo       Tue Sep 29 14:30:27 2020 +0000
+++ b/audio/fasttracker2/distinfo       Tue Sep 29 14:33:18 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.69 2020/09/10 16:32:31 fox Exp $
+$NetBSD: distinfo,v 1.70 2020/09/29 14:33:18 fox Exp $
 
-SHA1 (fasttracker2-1.34.tar.gz) = 19bc962987c88ca5f88a63c482a2acbfcc203128
-RMD160 (fasttracker2-1.34.tar.gz) = 16a3021f02c2c7f87ec242108a6f842a4dc4d8b6
-SHA512 (fasttracker2-1.34.tar.gz) = 3a31a76df7d75a00cffe4fa1fa382ddc846d2c7787343410ff7b8c6b669641ee75746d70f73b99aee29bff06e8ec54e6e012c7edafe203bf55b95ed8213f83b3
-Size (fasttracker2-1.34.tar.gz) = 4399965 bytes
+SHA1 (fasttracker2-1.35.tar.gz) = c6a550d0af5403e9fdbcefe0c2a94e203ba88b40
+RMD160 (fasttracker2-1.35.tar.gz) = e6fcae08f059cd4869d14bdff8d61422a5ed0239
+SHA512 (fasttracker2-1.35.tar.gz) = 2f62d3d7121ddf56600a845c345589b1f0a48fbb817ba5f3f63a5295c8b025e8abcb27e451f2dc604caf44542656fcc5ccbcda89dc8e8d06f384818e447bb97b
+Size (fasttracker2-1.35.tar.gz) = 4403249 bytes
 SHA1 (patch-CMakeLists.txt) = 81ce61e4c61dbf056366c05f80286f9cb731fb7e



Home | Main Index | Thread Index | Old Index