AntonioND Gbt Player Versions Save

A music player library for the PSG audio channels of the GB, GBC and GBA.

v4.4.1

1 year ago
  • GBA-only release.
  • Fix gbt_get_position().
  • Improve example that combines GBT Player and Maxmod.

v4.4.0

1 year ago
  • GBA-only release.
  • Rewrite mod2gbt in Python.
  • Remove external dependencies of s3m2gbt.
  • Add gbt_is_playing().
  • Update documentation.

v4.3.0

1 year ago
  • 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.

v4.2.0

2 years ago
  • 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).

v4.1.1

2 years ago

s3m2gbt:

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

v4.1.0

2 years ago

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.

v4.0.1

2 years ago

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

v4.0.0

2 years ago

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).

v3.0.9

2 years ago

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.

v3.0.8

4 years ago

Version 3.0.8 of GBT Player.