From 99b963bce294e782df8f2d499beffbdf9fa2ed138519662412f5f79755b0bbdb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 17 Mar 2024 12:20:23 +0000 Subject: [PATCH] - update to 1.77.1: * The 32-point sinc resampling interpolator was reduced to 16-point again because of the trade-off not being big enough, and it was slightly wrongly implemented and would alias a little bit in some cases. I'll implement a better sinc interpolator in the future, if I ever stumble across a nice and simple implementation. Please let me know if you have one! * Note transpose (block), instrument remapping (block), Cut Block (ALT+F3) and Copy Block (ALT+F4) had issues if you had made a block selection in the last channel/track in a pattern. Thanks to Roz for finding this and reporting it, and sorry to all the people OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/ft2-clone?expand=0&rev=22 --- ft2-clone-1.77.1.tar.gz | 3 +++ ft2-clone-1.77.tar.gz | 3 --- ft2-clone.changes | 20 ++++++++++++++++---- ft2-clone.spec | 2 +- 4 files changed, 20 insertions(+), 8 deletions(-) create mode 100644 ft2-clone-1.77.1.tar.gz delete mode 100644 ft2-clone-1.77.tar.gz diff --git a/ft2-clone-1.77.1.tar.gz b/ft2-clone-1.77.1.tar.gz new file mode 100644 index 0000000..65d9b63 --- /dev/null +++ b/ft2-clone-1.77.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a8c614d925d0cf53ce87566c7d5356bfe709feeabc71cb3d787ff55a388e22 +size 6084817 diff --git a/ft2-clone-1.77.tar.gz b/ft2-clone-1.77.tar.gz deleted file mode 100644 index 5bdbde7..0000000 --- a/ft2-clone-1.77.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:661586e81a2ff225d8f879cd8d2e708217092e973da74232997ab861d5a2451c -size 6084999 diff --git a/ft2-clone.changes b/ft2-clone.changes index 2bc1927..38fdd2b 100644 --- a/ft2-clone.changes +++ b/ft2-clone.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Mar 17 12:19:41 UTC 2024 - Dirk Müller + +- update to 1.77.1: + * The 32-point sinc resampling interpolator was reduced to + 16-point again because of the trade-off not being big enough, + and it was slightly wrongly implemented and would alias a + little bit in some cases. I'll implement a better sinc + interpolator in the future, if I ever stumble across a nice + and simple implementation. Please let me know if you have + one! + ------------------------------------------------------------------- Mon Mar 11 20:19:37 UTC 2024 - Martin Hauke @@ -29,10 +41,10 @@ Fri Feb 23 21:04:00 UTC 2024 - Martin Hauke Sat Feb 17 16:10:20 UTC 2024 - Andrea Manzini - Update to version 1.75 - * Note transpose (block), instrument remapping (block), Cut Block (ALT+F3) - and Copy Block (ALT+F4) had issues if you had made a block selection in - the last channel/track in a pattern. - Thanks to Roz for finding this and reporting it, and sorry to all the people + * Note transpose (block), instrument remapping (block), Cut Block (ALT+F3) + and Copy Block (ALT+F4) had issues if you had made a block selection in + the last channel/track in a pattern. + Thanks to Roz for finding this and reporting it, and sorry to all the people who may have had this bug without knowing what was going on! ------------------------------------------------------------------- diff --git a/ft2-clone.spec b/ft2-clone.spec index 0ac6175..9ae4923 100644 --- a/ft2-clone.spec +++ b/ft2-clone.spec @@ -17,7 +17,7 @@ Name: ft2-clone -Version: 1.77 +Version: 1.77.1 Release: 0 Summary: Fasttracker II clone License: BSD-3-Clause AND CC-BY-NC-SA-4.0