forked from pool/schismtracker
Compare commits
18 Commits
Author | SHA256 | Date | |
---|---|---|---|
1ed049dbe3 | |||
|
41454df31f | ||
638e20d34a | |||
|
dc4d5d536a | ||
|
f10f1e8ceb | ||
0fab015b42 | |||
|
314c3ec1f5 | ||
9bfec9bcba | |||
|
67d4895c32 | ||
f69f6f26a9 | |||
|
d250f8482a | ||
ff4ab9a60f | |||
|
362b898f8f | ||
8f1ec8bc01 | |||
670f0d06fc | |||
31a2a85802 | |||
e5ce12e140 | |||
9b9b273b60 |
BIN
20250208.tar.gz
(Stored with Git LFS)
Normal file
BIN
20250208.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
20250728.tar.gz
(Stored with Git LFS)
BIN
20250728.tar.gz
(Stored with Git LFS)
Binary file not shown.
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
mtime: 1739095704
|
||||||
|
commit: 33a6746a35e88e4c67d17ec04f820448df536ccd2d7e15a8950f5789da9b89e6
|
||||||
|
url: https://src.opensuse.org/jengelh/schismtracker
|
||||||
|
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cdb9677d46ce68c3b2a624e62a1f95b506925a6283ef5030f663cf2573fe2aca
|
||||||
|
size 256
|
@@ -1,74 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Sun Feb 9 09:56:04 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: schismtracker
|
Name: schismtracker
|
||||||
Version: 20250728
|
Version: 20250208
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Music editor that matches the look and feel of Impulse Tracker
|
Summary: Music editor that matches the look and feel of Impulse Tracker
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Reference in New Issue
Block a user