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:
parent
82594a32c2
commit
3beb8c8378
@ -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
3
ft2-clone-1.65.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bfe40c3b2683af005d53ee7b3c85f4b67aaf83d6da15dc0f4331b543200029a2
|
||||
size 6030279
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user