- Update to 0.8.4:
* openmpt123: libsndfile float32 output was broken since 0.8.1.
* [Bug] build/download_externals.txt was missing from makefile
and msvc source archives.
* PT36: Some MODs with samples larger than 64k inside PT36
containers were not read correctly.
* IT: Files are no longer interpreted as ModPlug-made (thus
disabling all compatibility settings) just because instrument
extensions are found (no such files are currently known to
exist in the wild).
OBS-URL: https://build.opensuse.org/request/show/1323566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libopenmpt?expand=0&rev=57
* openmpt123: libsndfile float32 output was broken since 0.8.1.
* [Bug] build/download_externals.txt was missing from makefile
and msvc source archives.
* PT36: Some MODs with samples larger than 64k inside PT36
containers were not read correctly.
* IT: Files are no longer interpreted as ModPlug-made (thus
disabling all compatibility settings) just because instrument
extensions are found (no such files are currently known to
exist in the wild).
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libopenmpt?expand=0&rev=124
* [Bug] libopenmpt is now compatible with most non-standard
builds of libmpg123 which do not by default output signed
16bit PCM.
* [Bug] openmpt123: Pausing playback using the space key did
not work since 0.8.0.
* IT: Even when the filter cutoff envelope is stopped before its
first tick is applied, the filter should still be activated.
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libopenmpt?expand=0&rev=122
- Update to 0.8.2:
* [Sec] Possible out-of-bounds sample data read in a specific
combination of reverse sample playback + offset past sample
loop. (r23711).
* [Bug] Fixed pre-C++20 undefined behaviour due to left-shifting
negative integer values.
* Since libopenmpt 0.8.0, swapping between samples on the rear
channels could introduce a click on the front channels.
* IT: Volume column slides no longer propagate their effect
memory to the regular effect column volume slides.
* FC: Allow files with a sequence size of 0 to load (fixes a
broken copy of cult.smod).
OBS-URL: https://build.opensuse.org/request/show/1294536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libopenmpt?expand=0&rev=55
* [Sec] Possible out-of-bounds sample data read in a specific
combination of reverse sample playback + offset past sample
loop. (r23711).
* [Bug] Fixed pre-C++20 undefined behaviour due to left-shifting
negative integer values.
* Since libopenmpt 0.8.0, swapping between samples on the rear
channels could introduce a click on the front channels.
* IT: Volume column slides no longer propagate their effect
memory to the regular effect column volume slides.
* FC: Allow files with a sequence size of 0 to load (fixes a
broken copy of cult.smod).
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libopenmpt?expand=0&rev=120
- Update to 0.8.1:
* [Bug] openmpt123: Allow for converting to libsndfile formats
which list the file extension only in the subformat
(i.e. MP3 with libsndfile 1.1.0 or later).
* [Change] TCB was added to the list of supported file
extensions. ModLand and Fujiology use this extension for
TCB Tracker modules, instead of the canonical MOD extension.
* IT: Fixed various interactions between Note Cut effect and
portamentos.
* MED: When triggering a synth note with a Synth Jump command on
the same row, the initial speed command was not executed.
* S3M: Old ModPlug Tracker versions allowed the 28th character
of sample names to be used. Such sample names are now read
correctly again.
OBS-URL: https://build.opensuse.org/request/show/1285834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libopenmpt?expand=0&rev=54
* [Bug] openmpt123: Allow for converting to libsndfile formats
which list the file extension only in the subformat
(i.e. MP3 with libsndfile 1.1.0 or later).
* [Change] TCB was added to the list of supported file
extensions. ModLand and Fujiology use this extension for
TCB Tracker modules, instead of the canonical MOD extension.
* IT: Fixed various interactions between Note Cut effect and
portamentos.
* MED: When triggering a synth note with a Synth Jump command on
the same row, the initial speed command was not executed.
* S3M: Old ModPlug Tracker versions allowed the 28th character
of sample names to be used. Such sample names are now read
correctly again.
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libopenmpt?expand=0&rev=118
- Update to 0.8.0:
* [New] Can now read PumaTracker (PUMA) modules.
* [New] Can now read Face The Music (FTM) modules.
* [New] Can now read Future Composer (FC / FC13 / FC14 / SMOD)
modules.
* [New] Can now read Game Music Creator (GMC) modules.
* [New] Can now read Chuck Biscuits / Black Artist (CBA) modules
from the Expoze musicdisk by Heretics
* [New] Can now read Real Tracker 2 (RTM) modules.
* [New] Can now read Images Music System (IMS) modules.
* [New] Can now read ChipTracker (MOD) modules.
* [New] Can now read TCB Tracker (MOD) modules.
* [New] Can now read EasyTrax (ETX) modules.
* [New] Can now load UNIC Tracker v1 (UNIC) files.
* [New] MED: Synthesized and hybrid instruments are now
supported.
* [New] GT2: Better support for old “envelopes”, in particular
adding support for the previously missing
tremor / tremolo / vibrato.
* [New] NST: His Master’s Noise “Mupp” instruments are now
supported, as well as command 7 “mega-arp”.
* [New] libopenmpt: New APIs for determining whether order list
entries or pattern indices have a special meaning:
openmpt::module::is_order_skip_entry(),
openmpt::module::is_pattern_skip_item(),
openmpt::module::is_order_stop_entry(),
openmpt::module::is_pattern_stop_item() (C++),
and openmpt_module_is_order_skip_entry(),
openmpt_module_is_pattern_skip_item(),
openmpt_module_is_order_stop_entry(),
OBS-URL: https://build.opensuse.org/request/show/1284201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libopenmpt?expand=0&rev=53
* [New] Can now read PumaTracker (PUMA) modules.
* [New] Can now read Face The Music (FTM) modules.
* [New] Can now read Future Composer (FC / FC13 / FC14 / SMOD)
modules.
* [New] Can now read Game Music Creator (GMC) modules.
* [New] Can now read Chuck Biscuits / Black Artist (CBA) modules
from the Expoze musicdisk by Heretics
* [New] Can now read Real Tracker 2 (RTM) modules.
* [New] Can now read Images Music System (IMS) modules.
* [New] Can now read ChipTracker (MOD) modules.
* [New] Can now read TCB Tracker (MOD) modules.
* [New] Can now read EasyTrax (ETX) modules.
* [New] Can now load UNIC Tracker v1 (UNIC) files.
* [New] MED: Synthesized and hybrid instruments are now
supported.
* [New] GT2: Better support for old “envelopes”, in particular
adding support for the previously missing
tremor / tremolo / vibrato.
* [New] NST: His Master’s Noise “Mupp” instruments are now
supported, as well as command 7 “mega-arp”.
* [New] libopenmpt: New APIs for determining whether order list
entries or pattern indices have a special meaning:
openmpt::module::is_order_skip_entry(),
openmpt::module::is_pattern_skip_item(),
openmpt::module::is_order_stop_entry(),
openmpt::module::is_pattern_stop_item() (C++),
and openmpt_module_is_order_skip_entry(),
openmpt_module_is_pattern_skip_item(),
openmpt_module_is_order_stop_entry(),
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libopenmpt?expand=0&rev=116
- Update to 0.7.13:
* module::get_current_estimated_bpm could return infinity when
rows per beat was set to 0. A default of 4 rows per beat is now
assumed in this situation. The internal LFO plugin was also
affected in Tempo Sync mode.
* Instruments that have a MIDI channel assigned and NNA set to
“Continue” could cause NNA channel starvation.
* In non-compatible linear slide mode, the sample rate could wrap
around with portamento slides to extremely low frequencies.
This should only happen in compatible mode.
- Changes in 0.7.12:
* [Bug] Fixed various undefined behaviour found with ubsan.
* IT: Don’t report files claiming to be made with Impulse Tracker
2.08+ as IT-made if they have no edit timer.
* IT: Ignore sample data in slots that don’t have the “sample
data present” flag set, if the file vaguely looks IT-made to
avoid playing garbage caused by an Impulse Tracker bug that
should not be audible.
* S3M: Detect early Schism Tracker versions.
* MOD: When trying to detect MOD files with broken order lists,
the file size is now rounded down to an even number. This helps
identifying some malformed files (MOD files can technically not
have an odd size).
* MOD: Also enable ProTracker-compatible tremolo ramp waveform
for M!K! modules.
* MOD: In ProTracker 1/2 mode, retrigger with instrument-less
notes now keeps using the previous sample offset.
* Warn when a Startrekker AM file most likely requires an
(currently unsupported) external instrument definition file.
* DBM / IMF / MED: When merging pattern commands, allow to move
OBS-URL: https://build.opensuse.org/request/show/1253543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libopenmpt?expand=0&rev=52
* module::get_current_estimated_bpm could return infinity when
rows per beat was set to 0. A default of 4 rows per beat is now
assumed in this situation. The internal LFO plugin was also
affected in Tempo Sync mode.
* Instruments that have a MIDI channel assigned and NNA set to
“Continue” could cause NNA channel starvation.
* In non-compatible linear slide mode, the sample rate could wrap
around with portamento slides to extremely low frequencies.
This should only happen in compatible mode.
- Changes in 0.7.12:
* [Bug] Fixed various undefined behaviour found with ubsan.
* IT: Don’t report files claiming to be made with Impulse Tracker
2.08+ as IT-made if they have no edit timer.
* IT: Ignore sample data in slots that don’t have the “sample
data present” flag set, if the file vaguely looks IT-made to
avoid playing garbage caused by an Impulse Tracker bug that
should not be audible.
* S3M: Detect early Schism Tracker versions.
* MOD: When trying to detect MOD files with broken order lists,
the file size is now rounded down to an even number. This helps
identifying some malformed files (MOD files can technically not
have an odd size).
* MOD: Also enable ProTracker-compatible tremolo ramp waveform
for M!K! modules.
* MOD: In ProTracker 1/2 mode, retrigger with instrument-less
notes now keeps using the previous sample offset.
* Warn when a Startrekker AM file most likely requires an
(currently unsupported) external instrument definition file.
* DBM / IMF / MED: When merging pattern commands, allow to move
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libopenmpt?expand=0&rev=114
- Update to 0.7.11:
* IT: Don’t import SAx High Offset command for IT 1.xx modules.
This feature was added in Impulse Tracker 2.00.
* IT: Limit Vxx parameter to V80 for files made with old Schism
Tracker versions.
* IT / S3M: Impulse Tracker 2.14 patch version information was
incorrect.
* S3M: O00 effects are no longer ignored if the tracker version
in the file header indicates Scream Tracker 3.00 / 3.01,
but the file was clearly saved with another tool (e.g. UNMO3).
* S3M: As files made with Scream Tracker 3.20 and 3.21 cannot be
told apart, both versions are now listed in the tracker
metadata.
* ULT: Try to preserve global commands if there’s e.g. both a
speed and tempo command in the same cell.
* STM: Improved tracker identification metadata.
* SymMOD: When running out of Zxx macros, try to find the closest
macro to use instead.
* SymMOD: Ignore unknown hunks instead of rejecting entire file,
as that’s what Symphonie does as well.
* OKT: Disable loop on type “B” samples if they’re used on a
mixed channel.
* OKT: The last sample slot was never loaded.
* PTM: Halve offset command strength for 16-bit samples.
OBS-URL: https://build.opensuse.org/request/show/1223492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libopenmpt?expand=0&rev=51
* IT: Don’t import SAx High Offset command for IT 1.xx modules.
This feature was added in Impulse Tracker 2.00.
* IT: Limit Vxx parameter to V80 for files made with old Schism
Tracker versions.
* IT / S3M: Impulse Tracker 2.14 patch version information was
incorrect.
* S3M: O00 effects are no longer ignored if the tracker version
in the file header indicates Scream Tracker 3.00 / 3.01,
but the file was clearly saved with another tool (e.g. UNMO3).
* S3M: As files made with Scream Tracker 3.20 and 3.21 cannot be
told apart, both versions are now listed in the tracker
metadata.
* ULT: Try to preserve global commands if there’s e.g. both a
speed and tempo command in the same cell.
* STM: Improved tracker identification metadata.
* SymMOD: When running out of Zxx macros, try to find the closest
macro to use instead.
* SymMOD: Ignore unknown hunks instead of rejecting entire file,
as that’s what Symphonie does as well.
* OKT: Disable loop on type “B” samples if they’re used on a
mixed channel.
* OKT: The last sample slot was never loaded.
* PTM: Halve offset command strength for 16-bit samples.
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libopenmpt?expand=0&rev=112
* [Change] FST was added to the list of supported file extension.
AMP uses this extension for multichannel MODs.
* [Bug] The Android NDK build system did not enable C++20 when
available.
* Fixed inconsistency in length calculation and actual playback
length with tempo commands below 32 BPM in various formats
(MDL, MED among others).
* MED: Command 09 (set speed) was limited to 20 ticks per row
instead of 32 ticks per row.
* MED: Allow tempo parameters < 32 BPM.
* MED: Disallow free panning if hardware mixing is enabled.
* For MOD-style vibrato, a speed parameter of 0 was not treated
as effect memory. Vibrato speed is now correct for both vibrato
commands.
* MED: Fix pattern index exhaustion in modules with multiple
subsongs.
* OKT: Don't drop global commands when setting paired channel
volume, and try to write channel volume on the next row in this
situation.
* PTM: Use square root pan law, like in XM files.
* SFX: Ignore unused data at end of oneshot samples which
sometimes caused clicky noises.
* SFX: More accurate implementation of arpeggio effect.
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libopenmpt?expand=0&rev=110
2024-09-28 14:17:52 +00:00
4 changed files with 269 additions and 5 deletions
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
%define libopenmpt_modplug_version 0.8.9.0
Name:libopenmpt
Version:0.7.9
Version:0.8.4
Release:0
Summary:C++andClibrarytodecodetrackermusicfiles
License:BSD-3-Clause
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.