Custom Music?
Root / Programming Questions / [.]
JoshuawlCreated:
You will want to look into MML. Its code that allows you to create songs by setting instruments, notes, octaves, tempo, and note length. Its quite powerful, but it takes some getting useful.
What you do is a combination of
bgmclear, bgmset, bgmplayand the mml as DATA.
To get more info, type " MML " in the editor and press the ' ? ' button. It will tell you everything about how to create music using MML. Keep in mind that creating music directly this way requires a basic understanding of music (notes ranging from C-B, note durations, etc.). Also, look into Litterbox here on the site:
http://smilebasicsource.com/page?pid=375
If you need more help, ask away.