SHA256
1
0
forked from pool/ft2-clone

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
This commit is contained in:
Martin Pluskal 2023-03-06 07:52:15 +00:00 committed by Git OBS Bridge
parent 82594a32c2
commit 3beb8c8378
4 changed files with 23 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eecff99aa37b0dc989066b35237bbcbd407e87b1d9e443c7e75ca09413d1b34b
size 6029757

3
ft2-clone-1.65.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bfe40c3b2683af005d53ee7b3c85f4b67aaf83d6da15dc0f4331b543200029a2
size 6030279

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Mar 4 11:56:27 UTC 2023 - Martin Hauke <mardnh@gmx.de>
- 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 <mardnh@gmx.de>

View File

@ -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