diff options
author | fox <fox@pkgsrc.org> | 2020-10-08 14:11:40 +0000 |
---|---|---|
committer | fox <fox@pkgsrc.org> | 2020-10-08 14:11:40 +0000 |
commit | eacd1717ae42c8c05597f147db8facbabdc874a5 (patch) | |
tree | d0374affac343c38c9181ab0f62187ca26de0d04 /audio | |
parent | afeaee54936b06f7cc3146a116888709118b5c25 (diff) | |
download | pkgsrc-eacd1717ae42c8c05597f147db8facbabdc874a5.tar.gz |
audio/fasttracker2: Updates to v1.36
Changes since v1.35
v1.36 - 05.10.2020
- Bugfix: The 'S' volume column effect (set vibrato speed) should be ignored if
the parameter is zero.
- Bugfix: The Kxx (key off) effect was not behaving like FT2 for values >$0f
- Bugfix: If attempting to WAV-render a song with an EEx (pattern delay) effect
on the first row of a pattern, the render would end too early.
- Bugfix: In Disk Op., when loading a new module/sample, change the loaded
filename extension according to save mode (f.ex. "test.xm" -> "test.wav").
- When changing the song position from the UI, reset global volume, and also
reset pattern delay and other possible conflicts. FT2 doesn't do this, but I
feel that this is a sensible thing to do.
- Made the About screen a bit more visually appealing
- Updated the "Known bugs" section of the help text
- Replayer code cleanup
Diffstat (limited to 'audio')
-rw-r--r-- | audio/fasttracker2/Makefile | 4 | ||||
-rw-r--r-- | audio/fasttracker2/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/audio/fasttracker2/Makefile b/audio/fasttracker2/Makefile index 370a1af0dca..6beef20b18c 100644 --- a/audio/fasttracker2/Makefile +++ b/audio/fasttracker2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.76 2020/09/29 14:33:18 fox Exp $ +# $NetBSD: Makefile,v 1.77 2020/10/08 14:11:40 fox Exp $ -DISTNAME= fasttracker2-1.35 +DISTNAME= fasttracker2-1.36 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=8bitbubsy/} GITHUB_PROJECT= ft2-clone diff --git a/audio/fasttracker2/distinfo b/audio/fasttracker2/distinfo index 6f0ac15cf72..dde16328201 100644 --- a/audio/fasttracker2/distinfo +++ b/audio/fasttracker2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.70 2020/09/29 14:33:18 fox Exp $ +$NetBSD: distinfo,v 1.71 2020/10/08 14:11:40 fox Exp $ -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 (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 (patch-CMakeLists.txt) = 81ce61e4c61dbf056366c05f80286f9cb731fb7e |