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: Update to v1.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8d420eea313
branches:  trunk
changeset: 412389:d8d420eea313
user:      fox <fox%pkgsrc.org@localhost>
date:      Thu Mar 05 19:51:29 2020 +0000

description:
audio/fasttracker2: Update to v1.10

Changes since v1.09:

v1.10 - 03.03.2020
- Bugfix: Channels were internally muted when the tracker was first started.
  You'd get no sound when trying to load samples and entering them in the
  pattern data. You had to load a song for them to properly unmute...
  This has been a bug since v1.04, yikes!
- The audio mixer's resampling interpolation was upgraded from 3-tap cubic to
  4-tap cubic, without affecting the performance of the mixer.
- Fixed some bugs in the .PAT (Gravis Utrasound patch) instrument loader
- Fixed several bugs with the "Echo" toolbox (Sampler screen)
- Bugfix: The "relative tone" section of the Instr. Ed. screen would get messed
  up if loading a WAV/AIFF sample whose playback frequency is immensely large.
- Code cleanup

diffstat:

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

diffs (28 lines):

diff -r 380b8f956134 -r d8d420eea313 audio/fasttracker2/Makefile
--- a/audio/fasttracker2/Makefile       Thu Mar 05 19:50:30 2020 +0000
+++ b/audio/fasttracker2/Makefile       Thu Mar 05 19:51:29 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2020/02/13 10:10:47 fox Exp $
+# $NetBSD: Makefile,v 1.54 2020/03/05 19:51:29 fox Exp $
 
-DISTNAME=      fasttracker2-1.09
+DISTNAME=      fasttracker2-1.10
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=8bitbubsy/}
 GITHUB_PROJECT=        ft2-clone
diff -r 380b8f956134 -r d8d420eea313 audio/fasttracker2/distinfo
--- a/audio/fasttracker2/distinfo       Thu Mar 05 19:50:30 2020 +0000
+++ b/audio/fasttracker2/distinfo       Thu Mar 05 19:51:29 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.50 2020/02/13 10:10:47 fox Exp $
+$NetBSD: distinfo,v 1.51 2020/03/05 19:51:29 fox Exp $
 
-SHA1 (fasttracker2-1.09.tar.gz) = a0fef6fb48f3c5ec16d41109701c8f3b2c04b1a6
-RMD160 (fasttracker2-1.09.tar.gz) = 6037870ac10cf0014048d8a935cfe70a572e73f1
-SHA512 (fasttracker2-1.09.tar.gz) = c9ac43399d3d3bda0502515594fa540fa5448a6c7ac8902fb1dbf7965975c50d3547b5fcb2c5d2999bdf3cd3a7b177b11e09664a35560a8e6a3847ecb9ad06b6
-Size (fasttracker2-1.09.tar.gz) = 4387332 bytes
+SHA1 (fasttracker2-1.10.tar.gz) = 96212f08b25d9d54c45d00114fef24733af0bd12
+RMD160 (fasttracker2-1.10.tar.gz) = 07202aabce2447b4fe9853c70e3c2e63537d1c54
+SHA512 (fasttracker2-1.10.tar.gz) = 55c2ff941755c4e0c4c17d483e9d06bf1171f12a10794c3b226045e61b29a2d94c7defa583d8cb52464f13794fb93bf8c1896fcc9ddbfc4bc470171ae511ea3a
+Size (fasttracker2-1.10.tar.gz) = 4405100 bytes
 SHA1 (patch-CMakeLists.txt) = b64b4e4b9cd40e97c34d1541937b6c0b7f451093



Home | Main Index | Thread Index | Old Index