Skip to content

Releases: AntonioND/gbt-player

GBT Player v4.4.1

28 May 01:58
Compare
Choose a tag to compare
  • GBA-only release.
  • Fix gbt_get_position().
  • Improve example that combines GBT Player and Maxmod.

GBT Player v4.4.0

20 May 17:48
Compare
Choose a tag to compare
  • GBA-only release.
  • Rewrite mod2gbt in Python.
  • Remove external dependencies of s3m2gbt.
  • Add gbt_is_playing().
  • Update documentation.

GBT Player v4.3.0

15 May 23:15
Compare
Choose a tag to compare
  • GBA-only release.
  • Refactor s3m2gbt.
  • Refactor the C library.
  • Implement event callback system.
  • Add s3msplit to split S3M files into a GBT Player template file and a regular S3M file to be played by other regular S3M players.
  • Add gbt_set_position() and gbt_get_position().
  • Add examples, including one of using GBT Player at the same time as Maxmod.
  • Fix code that disables channels in GBT Player.

GBT Player v4.2.0

11 May 21:24
Compare
Choose a tag to compare
  • GBA-only release.

  • Refactor s3m2gbt, specially error handling.

    • Use Python exceptions.
    • Any unknown effect causes an exception.
    • Don't export unused patterns.
  • Refactor player. Group variables on a per-channel basis.

  • Fix notes with no defined volume (this time it's for real, unlike in 4.1.0).

GBT Player v4.1.1

06 May 01:58
Compare
Choose a tag to compare

s3m2gbt:

  • Add a couple of sample modules.
  • Make samples of channels 1 and 2 more accurate.

GBT Player v4.1.0

06 May 00:13
Compare
Choose a tag to compare

This version only updates the GBA port.

The main changes are that this version adds support for the S3M converter for:

  • Vibrato.
  • Volume slides.
  • Replacing channel 3 samples by the ones in the S3M file.

GBT Player v4.0.1

25 Apr 17:16
Compare
Choose a tag to compare

This release fixes some issues in the GBA port with mod2gbt. It fixes playback of old songs in MOD format.

GBT Player v4.0.0

25 Apr 01:24
Compare
Choose a tag to compare

This is a big release.

It splits the GB and GBA ports, and leaves the GB port on hold.

It reworks the GBA code extensively, and adds support for S3M files. It also removes a lot of annoying restrictions from MOD files (for example, it isn't needed to always specify a note and an instrument at the same time).

GBT Player v3.0.9

18 Apr 21:55
Compare
Choose a tag to compare

Version 3.0.9 of GBT Player.

This is mostly a release candidate for the GBA, and it fixes a couple of bugs on the GB version.

GBT Player v3.0.8

21 Apr 00:04
Compare
Choose a tag to compare

Version 3.0.8 of GBT Player.