トピック
Noah Bates BatesKillem

Music Making/Converting

So i am looking for techniques on programming music and making them easily available. As of right now, i can make bgmplay songs, but do not know how to load them while a code is running, or any other way to create songs. Suggestions?
2そうだね
プレイ済み
返信[1]
親投稿
Oscar PwnageBlock
MML is the standard for music in SmileBASIC. The game gives you a basic tutorial and reference on MML by typing "MML" in EDIT mode and pressing the help button. Creating MML manually (using strings) is a hassle to most people, which is why there are MML trackers. I suggest using LitterBox (you can find it in the posts for this community).
0そうだね
プレイ済み
返信[2]
親投稿
Oscar PwnageBlock
To load and play an MML song you can simply specify the MML string in the BGMPLAY command like this... BGMPLAY "CDEFGAB<C" Another way to play MML is by using BGMSET to assign a tune number to an MML string, then specifying the track number in BGMPLAY, like this... BGMSET 128,"CDEFGAB<C" BGMPLAY 128 Yet another way involves using labels and the DATA command, although it's more advanced.
1そうだね
プレイ済み
返信[3]
親投稿
Harley HarleyG1234
You can also download a program called Litterbox (NDKJR3X3). It is easy to use you can export MML's.
1そうだね
未プレイ