From 3beb8c83783bb4ccfedd75bcf3101ecbdf5156db262035572caecaace127c60c Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 6 Mar 2023 07:52:15 +0000 Subject: [PATCH] Accepting request 1069401 from home:mnhauke - Update to version 1.65 * Quick fix for volume ramp delta. - Update to version 1.64 * Increased number of precision bits for song BPM, playback time counter and audio->video syncing. This is a minor change and does very little in practice as the previous precision was already quite good. * Audio/video sync timestamps are reset every half an hour to prevent possible sync drifting after several hours of playing a song without a single song stop (resets timestamp) in-between * The HPC timers are reset every half an hour instead of every hour. Video (if no vsync) and the scopes use these timers. * Small code refactor for how the song is timed/ticked. Longer song-to-WAV renders may have a filesize change of a few bytes, but this is actually more correct. OBS-URL: https://build.opensuse.org/request/show/1069401 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/ft2-clone?expand=0&rev=3 --- ft2-clone-1.63.tar.gz | 3 --- ft2-clone-1.65.tar.gz | 3 +++ ft2-clone.changes | 19 +++++++++++++++++++ ft2-clone.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 ft2-clone-1.63.tar.gz create mode 100644 ft2-clone-1.65.tar.gz diff --git a/ft2-clone-1.63.tar.gz b/ft2-clone-1.63.tar.gz deleted file mode 100644 index 4696587..0000000 --- a/ft2-clone-1.63.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eecff99aa37b0dc989066b35237bbcbd407e87b1d9e443c7e75ca09413d1b34b -size 6029757 diff --git a/ft2-clone-1.65.tar.gz b/ft2-clone-1.65.tar.gz new file mode 100644 index 0000000..4eaab2c --- /dev/null +++ b/ft2-clone-1.65.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe40c3b2683af005d53ee7b3c85f4b67aaf83d6da15dc0f4331b543200029a2 +size 6030279 diff --git a/ft2-clone.changes b/ft2-clone.changes index d3cee54..39f9b7c 100644 --- a/ft2-clone.changes +++ b/ft2-clone.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Mar 4 11:56:27 UTC 2023 - Martin Hauke + +- Update to version 1.65 + * Quick fix for volume ramp delta. +- Update to version 1.64 + * Increased number of precision bits for song BPM, playback time + counter and audio->video syncing. This is a minor change and + does very little in practice as the previous precision was + already quite good. + * Audio/video sync timestamps are reset every half an hour to + prevent possible sync drifting after several hours of playing + a song without a single song stop (resets timestamp) in-between + * The HPC timers are reset every half an hour instead of every + hour. Video (if no vsync) and the scopes use these timers. + * Small code refactor for how the song is timed/ticked. Longer + song-to-WAV renders may have a filesize change of a few bytes, + but this is actually more correct. + ------------------------------------------------------------------- Tue Feb 14 21:42:47 UTC 2023 - Martin Hauke diff --git a/ft2-clone.spec b/ft2-clone.spec index 53566d9..d739c19 100644 --- a/ft2-clone.spec +++ b/ft2-clone.spec @@ -17,7 +17,7 @@ Name: ft2-clone -Version: 1.63 +Version: 1.65 Release: 0 Summary: Fasttracker II clone License: BSD-3-Clause AND CC-BY-NC-SA-4.0