pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/pt2-clone pt2-clone: update to 1.37



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f61f6bba09e5
branches:  trunk
changeset: 768921:f61f6bba09e5
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Nov 03 21:59:34 2021 +0000

description:
pt2-clone: update to 1.37

v1.37 - 28.10.2021
- Fixed potential thread issues between user input thread and audio thread, like
  when jamming a sample, toggling tuning tone, playing sample in the sample
  editor, adjusting sample loop, etc.

v1.36 - 10.10.2021 (23:12 GMT+2)
- Fixed clicking issues in v1.35 during sample looping. Sorry!
- Fixed an issue where the quadrascope was not updated properly when a F00
  command was triggered before the last channel.

v1.35 - 10.10.2021
- Implemented a config entry in protracker.ini for disabling the 2x downsample
  dialog that shows up when attempting to load >22kHz samples.
  (NO_DWNSMP_ON_SMP_LOAD)
- Don't attempt to center window after leaving fullscreen mode. This could lead
  to issues on multi-monitor setups.
- Further accuracy changes to the Paula emulator. Read two samples at once into
  the AUDxDAT buffer. This is a minor change, but it can have a very small
  impact on sample-changing commands (EFx/E8x).

diffstat:

 audio/pt2-clone/Makefile |  4 ++--
 audio/pt2-clone/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 04da5a04dbe0 -r f61f6bba09e5 audio/pt2-clone/Makefile
--- a/audio/pt2-clone/Makefile  Wed Nov 03 21:52:26 2021 +0000
+++ b/audio/pt2-clone/Makefile  Wed Nov 03 21:59:34 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2021/09/18 08:07:52 nia Exp $
+# $NetBSD: Makefile,v 1.9 2021/11/03 21:59:34 nia Exp $
 
-DISTNAME=      pt2-clone-1.34
+DISTNAME=      pt2-clone-1.37
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=8bitbubsy/}
 GITHUB_PROJECT=        pt2-clone
diff -r 04da5a04dbe0 -r f61f6bba09e5 audio/pt2-clone/distinfo
--- a/audio/pt2-clone/distinfo  Wed Nov 03 21:52:26 2021 +0000
+++ b/audio/pt2-clone/distinfo  Wed Nov 03 21:59:34 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 09:59:23 nia Exp $
+$NetBSD: distinfo,v 1.5 2021/11/03 21:59:34 nia Exp $
 
-BLAKE2s (pt2-clone-1.34.tar.gz) = 740347b420e56e1310e540e081d2e3938f84ed74786d9e3e2cd2db5feec385f0
-SHA512 (pt2-clone-1.34.tar.gz) = 2f3f4c4bedf2b3022134a6a357a8ef19b6fdec39326b1b2037d67097e7209c9e1e1f98fc110677fab0bff7b9030a20417611737d917556372d4ba1e4133f9a93
-Size (pt2-clone-1.34.tar.gz) = 7729618 bytes
+BLAKE2s (pt2-clone-1.37.tar.gz) = d81940c016584514a9005d4ed50292700047ec8dba05cb9d41efc647f496abff
+SHA512 (pt2-clone-1.37.tar.gz) = 5d1b63c7359246787aaeefd0293f1e9dc9653e5c8063ee86d30b7fdac977433a7e39d1ff715c0d9144fd0cc7be8ebab04d13f581c413166a4d78359f9c4054ee
+Size (pt2-clone-1.37.tar.gz) = 7730250 bytes



Home | Main Index | Thread Index | Old Index