1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-01-16 19:58:16 +01:00

Added CBT-FX (#224)

Added my sound effect driver under the music drivers and trackers section, not sure if it falls 100% under that category but it's close enough
This commit is contained in:
CoffeeBat64 2021-11-17 12:55:46 -03:00 committed by GitHub
parent da2f8b8f77
commit e9b9aa26a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -305,6 +305,7 @@ The [Choosing tools for Game Boy development](https://gbdev.io/guides/tools.html
- [XPMCK](https://github.com/bazzinotti/XPMCK) - An MML based music compiler with support for Game Boy & Game Boy Color.
- [SoundSystem](https://github.com/gb-archive/GBSoundSystem) - A modernized audio driver for GameBoy Tracker (aka the Paragon 5 music player).
- [hUGETracker](https://github.com/SuperDisk/hUGETracker) - A music tracker based on OpenMPT, focused on ease of use, compact output, and embeddability in homebrew games.
- [CBT-FX](https://github.com/datguywitha3ds/CBT-FX) - A GBDK-2020 sound effect driver compatible with FX-Hammer sound effects.
## Programming