プレイ日記
crazy pro Jakob13009
how do i make my own music
0そうだね
プレイ済み
返信[1]
親投稿
MathPRG MathProgrammer
Go to DIRECT mode, type MML, and press the question mark button on the top-right corner of the lower screen. Read through that; it will explain all of the MML commands. After that, you can directly play MML with BGMPLAY "MML string" or use BGMSET to save a song to play later.
0そうだね
プレイ済み
返信[2]
親投稿
MathPRG MathProgrammer
Usually I would use MML stored in DATA commands myself. To do that, write a label where the song will be, and write as many DATA commands as needed to create your song. (You can write as much MML with one DATA command as you want, but adding more makes the code more readable.) Where you want the song saved, write: BGMSETD song number,label
0そうだね
プレイ済み
返信[3]
親投稿
MathPRG MathProgrammer
In BGMSETD the song number is where you want to save the song - you must specify this same number to play your saved track with BGMPLAY. The label must be the same label your song data is written in.
0そうだね
プレイ済み
返信[4]
親投稿
Darkcon SGMXZYDarkcon354
you can put your bgmsetd on top like this bgmsetd 128,@music1 bgmplay 0,128,75 @music1 DATA"0:T200O4@1A4B4C1D9_D9BADE"2 DATA "0"
0そうだね
プレイ済み
返信[5]
親投稿
Darkcon SGMXZYDarkcon354
sorry DATA ":0T200" and so on bla bla bla
0そうだね
プレイ済み