pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/fasttracker2 fasttracker2: update to b132



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3063e1d66cd7
branches:  trunk
changeset: 318805:3063e1d66cd7
user:      fox <fox%pkgsrc.org@localhost>
date:      Wed Jan 30 02:33:05 2019 +0000

description:
fasttracker2: update to b132

Changes since b130:

Beta #132 - 29.01.2019
- Fixed a bug where the sampling position line in smp. ed. could be drawn
  wrongly for a split second when switching between samples you're jamming.
  (samples, not instruments).
- Code cleanup

Beta #131 - 26.01.2019
- The linear interpolation routine in the audio channel mixer has been
  replaced with quadratic interpolation. This shouldn't cut off as much treble
  in the sound as linear interpolation. Though it comes with a price:
  The audio channel mixer requires slightly more CPU power, but it's still a
  relatively fast mixer. If you listen closely to songs with a lot of treble,
  you'll (hopefully) hear that they feel more life-like than before.
  Please note that this makes a minor difference, don't expect a lot!
- Fixed a bug where the mouse cursor could be stuck in busy mode (thus
  blocking the program) when certain errors happened during loading/saving.
- Saving an instrument now uses half the amount of RAM as before.

diffstat:

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

diffs (31 lines):

diff -r 8802a30d79b6 -r 3063e1d66cd7 audio/fasttracker2/Makefile
--- a/audio/fasttracker2/Makefile       Wed Jan 30 01:08:11 2019 +0000
+++ b/audio/fasttracker2/Makefile       Wed Jan 30 02:33:05 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2019/01/15 07:31:52 fox Exp $
+# $NetBSD: Makefile,v 1.7 2019/01/30 02:33:05 fox Exp $
 
 DISTNAME=      ft2clone-${DISTVERSION}-code
 PKGNAME=       fasttracker2-${DISTVERSION:C/b/2./}
-DISTVERSION=   b130
+DISTVERSION=   b132
 CATEGORIES=    audio
 MASTER_SITES=  https://16-bits.org/ \
                ${MASTER_SITE_FREEBSD_LOCAL:=ehaupt/}
diff -r 8802a30d79b6 -r 3063e1d66cd7 audio/fasttracker2/distinfo
--- a/audio/fasttracker2/distinfo       Wed Jan 30 01:08:11 2019 +0000
+++ b/audio/fasttracker2/distinfo       Wed Jan 30 02:33:05 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2019/01/15 07:31:52 fox Exp $
+$NetBSD: distinfo,v 1.6 2019/01/30 02:33:05 fox Exp $
 
-SHA1 (ft2clone-b130-code.zip) = 96910377908e1f5b60ec681d8746dbf019645dcd
-RMD160 (ft2clone-b130-code.zip) = 592f6e8625c92d2072f863b434cd2ba9b62400b9
-SHA512 (ft2clone-b130-code.zip) = 2ae6866d49bf8c59dc93714373989dfdb2e0e7673daa517086617ff1f850438b74777e49b1619292e64c24b6565317e6404cefab8ab432cde2dded033a3f07eb
-Size (ft2clone-b130-code.zip) = 3463164 bytes
+SHA1 (ft2clone-b132-code.zip) = 8021ef22416ddaa6444f470cc17b7f4edb179b3e
+RMD160 (ft2clone-b132-code.zip) = c151421aed0bcb2a78f1beef166735fb145130d7
+SHA512 (ft2clone-b132-code.zip) = 62a5f519a2732786031879621371abc46b2e0c703ca766913cefaa9a27c7390e1d37d99e7437ba2040c1b6f5764c9ec6a72172b1bb38002dd3904584eade793c
+Size (ft2clone-b132-code.zip) = 3462977 bytes
 SHA1 (patch-src_ft2__diskop.c) = 51807a606e4dc0b5aac3e35f0e5917904442a883
 SHA1 (patch-src_ft2__unicode.c) = 173ffddcb464834d67f85d759e2dbf01004f5f81



Home | Main Index | Thread Index | Old Index