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: Wed Jan 30 02:33:05 UTC 2019
Modified Files:
pkgsrc/audio/fasttracker2: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/fasttracker2/Makefile
cvs rdiff -u -r1.5 -r1.6 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.6 pkgsrc/audio/fasttracker2/Makefile:1.7
--- pkgsrc/audio/fasttracker2/Makefile:1.6 Tue Jan 15 07:31:52 2019
+++ pkgsrc/audio/fasttracker2/Makefile Wed Jan 30 02:33:05 2019
@@ -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/}
Index: pkgsrc/audio/fasttracker2/distinfo
diff -u pkgsrc/audio/fasttracker2/distinfo:1.5 pkgsrc/audio/fasttracker2/distinfo:1.6
--- pkgsrc/audio/fasttracker2/distinfo:1.5 Tue Jan 15 07:31:52 2019
+++ pkgsrc/audio/fasttracker2/distinfo Wed Jan 30 02:33:05 2019
@@ -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