diff options
author | fox <fox@pkgsrc.org> | 2019-04-10 00:35:06 +0000 |
---|---|---|
committer | fox <fox@pkgsrc.org> | 2019-04-10 00:35:06 +0000 |
commit | cd392cd72429642dc3c3647a7fbecb41979995f0 (patch) | |
tree | b64cd1828531e0fa4594e2b2322ce713c841efec /audio | |
parent | e7dd1417d68274fd7e0480fbfbe9c636c09d6f41 (diff) | |
download | pkgsrc-cd392cd72429642dc3c3647a7fbecb41979995f0.tar.gz |
fasttracker2: update to b147
Changes since b142:
Beta #147 - 08.04.2019
- Fixed a bug from beta #146 where the sample playback line in Smp. Ed. could
wrongly be rendered if you switched samples after using the
"Play Wave/Range/Display" function.
- Updated some of the help text in "Known bugs"
Beta #146 - 02.04.2019
- Fixed a bug where you couldn't select envelope points appropriately
(bug present since beta #140).
- Fixed a problem where the pattern data scrolling would start to stutter more
if you left the song playing for a minute or so.
- Fixed a problem that made the scopes slightly delayed to the music. Most
people won't notice a difference, though.
- Fixed a scope bug where it could display one frame of bogus data before a
new sample trigger.
- More fixes to .MOD/.STM/.S3M import
- Made some changes to the help text
("How to use FT2", "Problems/FAQ", "Known bugs").
Beta #145 - 31.03.2019
- Fixed some bugs in the .MOD saving routine
- Slightly improved the .STM loader
Beta #144 - 30.03.2019 (updated 30.03.2019)
- Further fixing to prevent more possible stutter with vsync (60Hz monitor)
on some monitors (rare case).
>> 30.03.2019:
- Sometimes the mouse would be off center when toggling fullscreen mode
- Forgot to round when doing mouse scaling
- 1.5-bit dithering wasn't implemented properly
Beta #143 - 29.03.2019
- Scopes have been lowered from 60Hz to 55Hz to prevent random stutters
on some systems because of timing interference. If your monitor is not
running at 59Hz/60Hz, they will stutter anyways.
- Fixed a bug where the pattern delay (EEx) effect was not reset every time you
press Play.
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 108286313f9..daf2c6250b4 100644 --- a/audio/fasttracker2/Makefile +++ b/audio/fasttracker2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2019/03/21 10:16:40 fox Exp $ +# $NetBSD: Makefile,v 1.15 2019/04/10 00:35:06 fox Exp $ DISTNAME= ft2clone-${DISTVERSION}-code PKGNAME= fasttracker2-${DISTVERSION:C/b/2./} -DISTVERSION= b142 +DISTVERSION= b147 CATEGORIES= audio MASTER_SITES= https://16-bits.org/ \ ${MASTER_SITE_FREEBSD_LOCAL:=ehaupt/} diff --git a/audio/fasttracker2/distinfo b/audio/fasttracker2/distinfo index 0bba3516859..30c55fb35d6 100644 --- a/audio/fasttracker2/distinfo +++ b/audio/fasttracker2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.13 2019/03/21 10:16:40 fox Exp $ +$NetBSD: distinfo,v 1.14 2019/04/10 00:35:06 fox Exp $ -SHA1 (ft2clone-b142-code.zip) = 9b11a3431324f9f2413b6e087c26f64808b75019 -RMD160 (ft2clone-b142-code.zip) = 9e5f2676c89bafd2fb488ae22aaea3a07b626d32 -SHA512 (ft2clone-b142-code.zip) = 8e24ad9d6d2d1df038cc85833854caa050b81a579d64141e091d16bef6bcc9df031cd856163b8a6efd6b9bf09a9fd08c94cf3ff1b8d629d2d9cd626757a7be34 -Size (ft2clone-b142-code.zip) = 3420707 bytes +SHA1 (ft2clone-b147-code.zip) = 8837b0b74120aff65e1105cb26c2cfe42dd4e9a6 +RMD160 (ft2clone-b147-code.zip) = f10ddba475c16616191293557cda760082c37de8 +SHA512 (ft2clone-b147-code.zip) = 12f52ed71e53e928ae00e1cdd385dfdfb59a6695c195da4aecb7dc1212bebc557382282c6efbff4965b88115b4e942b8291fbdeef08ca822ee7961c79610925a +Size (ft2clone-b147-code.zip) = 3423627 bytes SHA1 (patch-src_ft2__diskop.c) = b553cf09d95b84ce56a761ab6745760b6cff4289 SHA1 (patch-src_ft2__unicode.c) = 7e61ebb563bb5edb592182461173d066493791e7 |