|
|
|
|
@@ -1,3 +1,85 @@
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 2 14:26:51 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 1.80.1:
|
|
|
|
|
* Fixed Amiga audio filter error in v1.79 (pi instead of 2pi in
|
|
|
|
|
calculation)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 18 21:12:00 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 1.79
|
|
|
|
|
* Fixed loading of WAV samples of the WAVE_FORMAT_EXTENSIBLE
|
|
|
|
|
type.
|
|
|
|
|
* Fixed some small issues with the sampling feature.
|
|
|
|
|
* Removed unnecessary custom math functions in the source code.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Sep 17 18:58:23 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 1.78
|
|
|
|
|
* When loading .IFF samples, always set volume to max (64)
|
|
|
|
|
instead of reading the sample volume from the IFF header.
|
|
|
|
|
This is because many IFFs used different ranges for the sample
|
|
|
|
|
volume, so the resulting sample volume value would often bei
|
|
|
|
|
zero instead of max.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Sep 7 19:09:51 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 1.77
|
|
|
|
|
* Re-added audio dithering for 16-bit audio output.
|
|
|
|
|
* Bugfix: Songs rendered with MOD2WAV would not have the exact
|
|
|
|
|
same data integrity for every render.
|
|
|
|
|
- Update to version 1.76
|
|
|
|
|
* Bugfix: Some WAVs from MOD2WAV would not play in some
|
|
|
|
|
players/editors.
|
|
|
|
|
* Fixed SDL2 thread resource leaks (Disk Op. and MOD2WAV).
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 21 18:58:31 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 1.75
|
|
|
|
|
* Set Sample Offset (9xx) now works on >64kB samples.
|
|
|
|
|
* You can now use SHIFT+(ALT/CTRL)+left/right/up/down to adjust
|
|
|
|
|
the sample data mark in the sampler screen.
|
|
|
|
|
* SHIFT+(ALT/CTRL)+z = play sample range in the sample editor
|
|
|
|
|
screen.
|
|
|
|
|
- Update to version 1.74
|
|
|
|
|
* Crash-fix: If you attempted to move the loop start point of
|
|
|
|
|
a single-cycle waveform while the tuning tone was enabled,
|
|
|
|
|
the program would crash.
|
|
|
|
|
* Don't bypass window compositor in Linux (fixes broken
|
|
|
|
|
window manager visuals).
|
|
|
|
|
* Fixed accidental playback stop in the classic "dirt.mod"
|
|
|
|
|
module by using "F00" effect heuristics on module load.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 10 17:52:00 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 1.73
|
|
|
|
|
* Sample loops are now updated properly when dragging the loop
|
|
|
|
|
points while the sample is playing (while the song is playing,
|
|
|
|
|
that is).
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Dec 18 17:34:42 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 1.72
|
|
|
|
|
* Set sample volume to max ($40/64) if pasting sample data into
|
|
|
|
|
an empty sample.
|
|
|
|
|
* Bug fix: Redraw metronome channel text (Edit Op. #2) if
|
|
|
|
|
pressing ALT+SHIFT+M
|
|
|
|
|
* Also check for config files in ~/.config/protracker/
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 26 18:58:56 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
|
|
- Update to vaersion 1.71
|
|
|
|
|
* MOD2WAV now exports to the current "modules" path, instead of
|
|
|
|
|
the current open path (regardless of samples/modules mode) in
|
|
|
|
|
Disk Op.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Sep 1 07:23:35 UTC 2024 - Konstantin Voinov <kv@kott.no-ip.biz>
|
|
|
|
|
|
|
|
|
|
|