Skip to content

Version 1.0.13

Choose a tag to compare

@mschwendt mschwendt released this 14 Jun 23:15

API/ABI compatible bug-fix and enhancements update.

If you use the private C++ API, rebuild because of ABI changes.

  • Reset more sequencer variables before detecting inactive songs.

  • Fix for Turrican II loader jingle. Curiously, there are two versions of it in music collections. The original data, sometimes called unfixed. And a sometimes so-called fixed version where two macro scripts have been modified, possibly as to make them compatible with some TFMX Pro player. We now support both versions of that loading music.

  • Bonus fix for A Prehistoric Tale (music4). Where the original soundtrack glitches because its player applies pattern transpose immediately and thus prematurely (in corner-cases), we fix that on-the-fly.

  • During init() call detect() earlier as to reject unrecognized data early and avoid reallocating the internal buffer already.

  • Update a few comments, and remove some unused lines of code.