Gameboy Development Forum

Discussion about software development for the old-school Gameboys, ranging from the "Gray brick" to Gameboy Color
(Launched in 2008)

You are not logged in.

Ads

#1 2019-12-14 16:35:59

jdsoft
Member
Registered: 2019-12-04
Posts: 10

Is there a GB music/effects website?

The subject explains my doubt perfectly. I'm bad at composing music or create sound effects for my games, and it would be great to have any website with resources to use.
Thanks for your help.

Offline

 

#2 2020-02-15 03:55:23

chris
Member
From: USA
Registered: 2016-11-27
Posts: 142
Website

Re: Is there a GB music/effects website?

This is what I found when playing with note values:
// notes and their value.
// c - 255
// b - 238
// a - 210
// g - 175
// f - 135
// e - 109
// d - 55
// c - 0
This is when either NR11_REG or NR21_REG has a value of 0x86. I don't know about other values. Sorry for the late reply.


My avatar is from Nintendo Power. I miss those days, so I decided to bring them back.

Offline

 

#3 2020-02-15 08:42:50

Ardis
Member
From: USA
Registered: 2019-06-06
Posts: 58
Website

Re: Is there a GB music/effects website?

If you're using RGBDS or GBDK, there is GBT Player. It provides you a template file you can edit in Open MPT, create a track then convert it into code that your game can use.

Part 1, writing your music:
https://www.youtube.com/watch?v=7l93RP986Zo

Part 2, applying it to your game (GBDK):
https://www.youtube.com/watch?v=4W7j3GQSmvU

I do not know the process for playing it in your game through RGBDS, but I do know that GBT player is made to work with it. GBDK is legacy, meaning they are not updating it anymore, but the old builds still work.


Also known as Arvex in other places.

Interceptor (Demo)
https://arvex.itch.io/interceptor

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson