12 Commits

Author SHA256 Message Date
9bea036a8a schismtracker 20250728 2025-07-28 18:28:04 +02:00
2ffe6e9224 schismtracker 20250415 2025-04-16 01:53:32 +02:00
1f205d8b0a schismtracker 20250313 2025-03-14 08:57:49 +01:00
b7cb8ad282 schismtracker 20250307 2025-03-07 10:10:36 +01:00
c53b585a18 schismtracker 20250305 2025-03-06 08:53:54 +01:00
33a6746a35 schismtracker 20250208 2025-02-09 11:08:24 +01:00
Bernhard M. Wiedemann
2c25770743 Drop schism-nodate.diff to make builds reproducible 2025-02-06 09:22:16 +01:00
8b529ab922 schismtracker 20250202 2025-02-05 20:53:12 +01:00
146074f83f schismtracker 20241226 2024-12-27 01:28:55 +01:00
ea84a0c2a4 schismtracker 20241021 2024-10-21 23:38:41 +02:00
024893f5ad schismtracker 20240909 2024-09-10 11:36:38 +02:00
f4f9ed86ba schismtracker 20240630 2024-06-30 18:36:10 +02:00
6 changed files with 75 additions and 11 deletions

BIN
20250208.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
20250728.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,4 +0,0 @@
mtime: 1739095704
commit: 33a6746a35e88e4c67d17ec04f820448df536ccd2d7e15a8950f5789da9b89e6
url: https://src.opensuse.org/jengelh/schismtracker
revision: master

View File

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

View File

@@ -1,3 +1,74 @@
-------------------------------------------------------------------
Mon Jul 28 16:25:59 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20250728
* Add support for loading Sony/Sonic Foundry Wave64 (.w64)
samples.
* Add support for loading Epic MegaGames MASI (.psm) modules.
* Add highly experimental support for loading EdLib Tracker D00
(.d00) modules. Since this format is quite unique, many files
won't play (or even load) correctly.
* Add sample-only SoundFont (.sf2) support. No instrument data
is loaded at all for now.
* Pattern Editor: shift selection now gets applied on key
release, not the next key press. This is the Impulse Tracker
(and literally everything else) behavior.
* Diskwriter: support exporting to 24-bit and 32-bit in all
formats.
* XM format: Fix loading modules packed by BoobieSqueezer,
would cause a crash if played.
* FLAC format: Fix hang when loading samples on newer versions
of libFLAC.
-------------------------------------------------------------------
Tue Apr 15 23:28:51 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20250415
* Fix saving 16-bit WAV files (it would unreasonably error, even
though the data written was correctly).
* Fix saving stereo samples at all.
* Allow reading and writing sample metadata in and out of WAV and
FLAC files, including loop, sustain loop, default volume &
panning, global volume, and autovibrato settings.
* Don't assume a U.S. keyboard when interpreting shifted forms of
number keys.
* Increase sample view increment precision, fixing sample view
for large samples.
* MOD: Detect Tetramed and some TakeTracker modules.
* XM: Read MIDI macros (Modplug extension).
-------------------------------------------------------------------
Fri Mar 14 07:34:02 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20250313
* Fix a regression causing a possible crash or distorted output
when saving 16-bit samples
* Fix a regression in version 20241225 causing sample headers
in XI files to be saved incorrectly
* Fix XI saving using 1-based indices instead of 0-based indices
* Fix ITS/ITI loaders ignoring all characters after a NUL byte
* Alt-F12 (waterfall): Fix stereo logic being off by one pixel
-------------------------------------------------------------------
Fri Mar 7 09:10:06 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20250307
* Fix a crash under Linux, if the JACK libraries were loaded but
the server is not started, or the server dies while Schism is
running.
* Optimize sample drawing routines to be less CPU intensive with
particularly large samples.
-------------------------------------------------------------------
Thu Mar 6 07:48:47 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20250305
* Fix buffer overflow in character set handling of
Modplug/OpenMPT IT files
* Fix inverted logic for portamento key-off handling
* Multi-write export now puts OPL instruments in their proper
channels, rather than dumping everything into channel 1
-------------------------------------------------------------------
Sun Feb 9 09:56:04 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -17,7 +17,7 @@
Name: schismtracker
Version: 20250208
Version: 20250728
Release: 0
Summary: Music editor that matches the look and feel of Impulse Tracker
License: GPL-2.0-or-later