diff --git a/pt2-clone-1.57.tar.gz b/pt2-clone-1.57.tar.gz deleted file mode 100644 index 4346cdc..0000000 --- a/pt2-clone-1.57.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bddc1f446251a1ed582cf1b9bb3bc7d4714ed838e76583b34026e5b3a6573fa -size 8882994 diff --git a/pt2-clone-1.59.tar.gz b/pt2-clone-1.59.tar.gz new file mode 100644 index 0000000..0999070 --- /dev/null +++ b/pt2-clone-1.59.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5638127ba2f2567f23ca3a6794c2c67084c99b409617d0a19280eb78d6ca457 +size 10813013 diff --git a/pt2-clone.changes b/pt2-clone.changes index 59f1ac1..04904ca 100644 --- a/pt2-clone.changes +++ b/pt2-clone.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Sun Jun 11 08:18:15 UTC 2023 - Dirk Müller + +- update to 1.59: + * The "normalize" function in the sample editor's volume + toolbox didn't work like it should if you had only selected + one single sample point (for example after cutting sample + data) + * The (fake) spectrum analyzer is now more accurate to real PT + in quirky cases + * Some very small code changes not really worthy of a + description + * Updated effects.txt with the little known and undocumented + effect "E8x" +- update to 1.58: + * Added support for loading FLAC samples + * The IFF sample saver was writing somewhat broken files for + non-looped samples + * The "UPSAMP" button in Edit Op. was showing the wrong status + text + * 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. + * 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. The video (if no vsync) and the scopes use these + timers. This hopefully fixes potential timing drifting issues + that were still lingering. + * Code refactoring for module/sample loaders + ------------------------------------------------------------------- Tue Feb 14 23:17:28 UTC 2023 - Martin Hauke diff --git a/pt2-clone.spec b/pt2-clone.spec index 2cf4fc9..e783b5b 100644 --- a/pt2-clone.spec +++ b/pt2-clone.spec @@ -17,7 +17,7 @@ Name: pt2-clone -Version: 1.57 +Version: 1.59 Release: 0 Summary: ProTracker 2 clone License: BSD-3-Clause AND CC-BY-NC-SA-4.0