188164
Level 21 Chipist
Opilion
post #188164 ::
2024.04.20 5:08pm :: edit 2024.04.20 5:21pm
arceus413, lasersphaser, Raiku, Chepaki, blockblockblock, sean, Lincent, kilowatt64 and nitrofurano liēkd this
arceus413, lasersphaser, Raiku, Chepaki, blockblockblock, sean, Lincent, kilowatt64 and nitrofurano liēkd this
This would be something like:
- Nintendo Game Boy Advance
- Point type: chipist
- File types: .gba .bin .gb .gbc
- Max filesize: 8Mb
- Description: music for the Nintendo Game Boy Advance, any submission must run on hardware or on an emulator
Audio capabilities of the GBA
It contains a Sharp SM83 CPU (Game Boy CPU) for backward compatibility and adds two Direct Sound sample channels. In other words, it's like a Game Boy but it can play samples!
When compared to older chips (like the SPC700 from the SNES), the samples on the GBA sounds much more closer to what you would hear on a modern computer. However, there is some perceivable hissing, especially when playing high pitch sounds.
There is plenty of memory space to load samples, if think the limit will be imposed by the max file size we'll choose for the submissions (pretty much like the mixist formats).
MUSIC MAKING TOOLS...
...the chipist way
These programs run on the GBA (or on emulator)
Furious Advance Tracker (FAT)
A tracker inspired by LSDJ, it's available as a gba rom:
https://github.com/cbrouillard/furiousadvancetracker
(I can upload the compiled files on Google Drive if needed!)
It uses both the capabilities of the Sharp SM83 chip and the Direct Sound channels, the later can play either:
- samples at two volume levels -> 50%, 100%
- sines, triangle, sawtooth and 50% square waves
Nanoloop 2
Also a gba rom:
https://www.nanoloop.com/two/
I only started the rom on emulator, but I don't know how to use it yet :p
...the mixist way
You will use an external program for software mixing. The idea is to make a module file (with as many channels as you want), then the program will manage to play it on the Direct Sound channels of the GBA!
It's a bit tricky to set up but once it done, you can convert very easily your s3xmodit modules into GBA ROMs. I tried two of these programs, I think I'll make dedicated lyceum articles on how to use it.
Maxmod
Convert your .s3x, .mod, .it and .xm modules into .gba roms. The development is still active and it comes bundled with libgba, a C library to make homebrew GBA games.
https://maxmod.org/
Krawall
Convert .s3x and .xm modules into .bin executables. It was used on actual commercial games like The Lord of the Rings or the Sims, someone made a list of these here:
https://gist.github.com/loveemu/8082f19734aee7724ace11b2768b699f
It has been ported to work on modern computers (but 11 years ago) and uses libgba. It's more complicated to set up than Maxmod but it sounds differently so it can be nice to have both and choose the one you think is better for your song.
More information related to Krawall: https://tcrf.net/Format:Krawall
The source code: https://github.com/sebknzl/krawall/
A very cool program to rip module files from gba roms that used Krawall: https://github.com/MCJack123/UnkrawerterGBA
What about Furnace?
It can emulate the GBA but unfortunately it can only export your songs to wav.
Use the systems Game Boy + Game Boy Advance DMA Sound to have a setup similar to Furious Advance Tracker.
Use the Game Boy Advance MinMod for software mixing.
A few things we'll need to discuss:
1/The file limit
I wrote 8MB a little arbitrary, it seems to be more than enough when using software mixing but the Furious Advance Tracker roms are bigger (probably because they contains both the song and the tracker itself). There is a demo rom bundled with FAT that contains quite a lot of samples and it's a 5.2MB file.
2/Game Boy submissions
As the Game Boy Advance can play Game Boy games, I added .gb (Game Boy roms) and .gbc (Game Boy Color roms) as valid file types. This seems fair to me but we can also decide to keep these two for the Gameboy format.
3/Music players for the GBA
I didn't dig too much in this but I've read stuff about players running on the GBA that can play mp3 and VGM files (so you can use the GBA as a walkman). Do we allow it for Game Boy Advance entries?
EDIT
Here is a nice article about the GBA specs: https://www.copetti.org/writings/consoles/game-boy-advance/
- Nintendo Game Boy Advance
- Point type: chipist
- File types: .gba .bin .gb .gbc
- Max filesize: 8Mb
- Description: music for the Nintendo Game Boy Advance, any submission must run on hardware or on an emulator
Audio capabilities of the GBA
It contains a Sharp SM83 CPU (Game Boy CPU) for backward compatibility and adds two Direct Sound sample channels. In other words, it's like a Game Boy but it can play samples!
When compared to older chips (like the SPC700 from the SNES), the samples on the GBA sounds much more closer to what you would hear on a modern computer. However, there is some perceivable hissing, especially when playing high pitch sounds.
There is plenty of memory space to load samples, if think the limit will be imposed by the max file size we'll choose for the submissions (pretty much like the mixist formats).
MUSIC MAKING TOOLS...
...the chipist way
These programs run on the GBA (or on emulator)
Furious Advance Tracker (FAT)
A tracker inspired by LSDJ, it's available as a gba rom:
https://github.com/cbrouillard/furiousadvancetracker
(I can upload the compiled files on Google Drive if needed!)
It uses both the capabilities of the Sharp SM83 chip and the Direct Sound channels, the later can play either:
- samples at two volume levels -> 50%, 100%
- sines, triangle, sawtooth and 50% square waves
Nanoloop 2
Also a gba rom:
https://www.nanoloop.com/two/
I only started the rom on emulator, but I don't know how to use it yet :p
...the mixist way
You will use an external program for software mixing. The idea is to make a module file (with as many channels as you want), then the program will manage to play it on the Direct Sound channels of the GBA!
It's a bit tricky to set up but once it done, you can convert very easily your s3xmodit modules into GBA ROMs. I tried two of these programs, I think I'll make dedicated lyceum articles on how to use it.
Maxmod
Convert your .s3x, .mod, .it and .xm modules into .gba roms. The development is still active and it comes bundled with libgba, a C library to make homebrew GBA games.
https://maxmod.org/
Krawall
Convert .s3x and .xm modules into .bin executables. It was used on actual commercial games like The Lord of the Rings or the Sims, someone made a list of these here:
https://gist.github.com/loveemu/8082f19734aee7724ace11b2768b699f
It has been ported to work on modern computers (but 11 years ago) and uses libgba. It's more complicated to set up than Maxmod but it sounds differently so it can be nice to have both and choose the one you think is better for your song.
More information related to Krawall: https://tcrf.net/Format:Krawall
The source code: https://github.com/sebknzl/krawall/
A very cool program to rip module files from gba roms that used Krawall: https://github.com/MCJack123/UnkrawerterGBA
What about Furnace?
It can emulate the GBA but unfortunately it can only export your songs to wav.
Use the systems Game Boy + Game Boy Advance DMA Sound to have a setup similar to Furious Advance Tracker.
Use the Game Boy Advance MinMod for software mixing.
A few things we'll need to discuss:
1/The file limit
I wrote 8MB a little arbitrary, it seems to be more than enough when using software mixing but the Furious Advance Tracker roms are bigger (probably because they contains both the song and the tracker itself). There is a demo rom bundled with FAT that contains quite a lot of samples and it's a 5.2MB file.
2/Game Boy submissions
As the Game Boy Advance can play Game Boy games, I added .gb (Game Boy roms) and .gbc (Game Boy Color roms) as valid file types. This seems fair to me but we can also decide to keep these two for the Gameboy format.
3/Music players for the GBA
I didn't dig too much in this but I've read stuff about players running on the GBA that can play mp3 and VGM files (so you can use the GBA as a walkman). Do we allow it for Game Boy Advance entries?
EDIT
Here is a nice article about the GBA specs: https://www.copetti.org/writings/consoles/game-boy-advance/