pt2-clone: update to 1.45
- Added support for loading XPK-compressed MOD files - Fixed (rarely audible) click bug in the BLEP synthesis code. This bug was introduced in v1.34. - Fixed: CTRL+T (Swap Channel) didn't refresh the pattern data view, nor did it update the "song is modified" state - Fix possible out-of-sync state between tracker and replayer if the module was stopped during a position transition. The replayer is one tick ahead, so this can very well happen (f.ex. during pattern loop, pattern break, position jump, row 63->0 transition) - Added a new config entry called "STEPPLAY_KEEP_EDITMODE", which allows for step-play (return/backspace) to not leave edit mode after use
This commit is contained in:
parent
b53d0e05fd
commit
565f374262
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.13 2022/03/28 10:43:38 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2022/04/10 15:05:42 nia Exp $
|
||||
|
||||
DISTNAME= pt2-clone-1.40
|
||||
PKGREVISION= 1
|
||||
DISTNAME= pt2-clone-1.46
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=8bitbubsy/}
|
||||
GITHUB_PROJECT= pt2-clone
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.7 2022/02/13 11:44:43 nia Exp $
|
||||
$NetBSD: distinfo,v 1.8 2022/04/10 15:05:42 nia Exp $
|
||||
|
||||
BLAKE2s (pt2-clone-1.40.tar.gz) = eabd5332946c639b483d9e362279cc60e99a4938009c743e9fcadcf6035928e1
|
||||
SHA512 (pt2-clone-1.40.tar.gz) = af94b4f3915ada9599e9531a71933f52137cc75eccf951f8c4cf900efb3642e3eed27b198f15553ce56f20047cdefebed2751b590120c31cd58196763f9036d1
|
||||
Size (pt2-clone-1.40.tar.gz) = 8131999 bytes
|
||||
BLAKE2s (pt2-clone-1.46.tar.gz) = 45ae725fd78921c517ae3e7c9374cc11421490083d0b2a5c79018e6dc94bb0b1
|
||||
SHA512 (pt2-clone-1.46.tar.gz) = 2d50b6650bb0c891d4a72f2a6283b00393ec0dca5c32434650c5db0fa73ca6ebd9e3483711fe763ff2600eae8aa088be31a1db9337890f98ab29a68339ceea59
|
||||
Size (pt2-clone-1.46.tar.gz) = 8136615 bytes
|
||||
|
|
Loading…
Reference in a new issue