From c611625c583338b5a53132ea93f9c00251986ae88f91e4c1a6eb795a30d74d04 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sun, 25 Feb 2024 08:22:17 +0000 Subject: [PATCH] Accepting request 1150039 from home:mnhauke - Update to version 1.76 * The 16-point sinc resampling interpolator has been upgraded to 32-point for better sound quality in the tracker (if you have selected "Sinc (32 point)"). This interpolator is so good that a lot of old XM tunes will sound muddy because of lo-fi samples I recommend that you experiment with the choice of interpolators. "Cubic spline" is a good choice if you listen to a wide variety of XMs, while "Sinc (32 point)" is the best option if you create your own tunes using hi-fi samples, or if you mostly listen to XMs with hi-fi samples (or if you can accept a muddy/filtered sound from lo-fi samples). * Removed text fading from "about screen" (more is less) OBS-URL: https://build.opensuse.org/request/show/1150039 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/ft2-clone?expand=0&rev=18 --- ft2-clone-1.75.tar.gz | 3 --- ft2-clone-1.76.tar.gz | 3 +++ ft2-clone.changes | 16 ++++++++++++++++ ft2-clone.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 ft2-clone-1.75.tar.gz create mode 100644 ft2-clone-1.76.tar.gz diff --git a/ft2-clone-1.75.tar.gz b/ft2-clone-1.75.tar.gz deleted file mode 100644 index 2956996..0000000 --- a/ft2-clone-1.75.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6b48ee6cb72b3ef9494dd1923a638954653d7f279cf20ad6064badfe0e4d8b1 -size 6043092 diff --git a/ft2-clone-1.76.tar.gz b/ft2-clone-1.76.tar.gz new file mode 100644 index 0000000..7614117 --- /dev/null +++ b/ft2-clone-1.76.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bde71bd28d0e451ee49d912c73b4f03d3558e8ce10426c378cc4b92b37784e3 +size 6083277 diff --git a/ft2-clone.changes b/ft2-clone.changes index 169fcab..42579b5 100644 --- a/ft2-clone.changes +++ b/ft2-clone.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Feb 23 21:04:00 UTC 2024 - Martin Hauke + +- Update to version 1.76 + * The 16-point sinc resampling interpolator has been upgraded to + 32-point for better sound quality in the tracker (if you have + selected "Sinc (32 point)"). This interpolator is so good that + a lot of old XM tunes will sound muddy because of lo-fi samples + I recommend that you experiment with the choice of + interpolators. "Cubic spline" is a good choice if you listen + to a wide variety of XMs, while "Sinc (32 point)" is the best + option if you create your own tunes using hi-fi samples, or if + you mostly listen to XMs with hi-fi samples (or if you can + accept a muddy/filtered sound from lo-fi samples). + * Removed text fading from "about screen" (more is less) + ------------------------------------------------------------------- Sat Feb 17 16:10:20 UTC 2024 - Andrea Manzini diff --git a/ft2-clone.spec b/ft2-clone.spec index 40963bc..50f4e37 100644 --- a/ft2-clone.spec +++ b/ft2-clone.spec @@ -17,7 +17,7 @@ Name: ft2-clone -Version: 1.75 +Version: 1.76 Release: 0 Summary: Fasttracker II clone License: BSD-3-Clause AND CC-BY-NC-SA-4.0