Releases: AntonioND/gbt-player
GBT Player v4.4.1
GBT Player v4.4.0
- GBA-only release.
- Rewrite
mod2gbt
in Python. - Remove external dependencies of
s3m2gbt
. - Add
gbt_is_playing()
. - Update documentation.
GBT Player v4.3.0
- 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()
andgbt_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
-
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
s3m2gbt:
- Add a couple of sample modules.
- Make samples of channels 1 and 2 more accurate.
GBT Player v4.1.0
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
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
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
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
Version 3.0.8 of GBT Player.