Alright, I want to use some midi files I found off the internet for my game I'm making (is that leagal?) . I know Midi files can be a pain in the butt. I dont really wanna pay 30$ for a converter into mp3 or wav.
backroundmusic2 = PlayMusic ( file$ + "themusic.mid" )
If backroundmusic2 = 0 Then
RuntimeError "music didnt load"
EndIf
(Sorry i know know how to get those pretty blue boxes around the code)
The music never loads. Does anyone know where to get a free midi converter or possibly how to get blitz to load the music?
backroundmusic2 = PlayMusic ( file$ + "themusic.mid" )
If backroundmusic2 = 0 Then
RuntimeError "music didnt load"
EndIf
(Sorry i know know how to get those pretty blue boxes around the code)
The music never loads. Does anyone know where to get a free midi converter or possibly how to get blitz to load the music?