Can anyone else get this code snippet to work? of course, you will have to substitute your own .mid file.
I can play the .mid files fine from within Windows MediaPlayer and Magix Midi Studio.
I can't play them from Blitz3D (I have Blitz3D version IDE 1.85, Linker 1.64, Runtime 1.85) nor from BlitzPlus (ver IDE 1.35, Linker 1.10, Runtime 1.37) either as executables or from within Blitz.
This all happens regardless of the .mid file I substitute.
The strange thing is that it used to work fine a while back. I don't remember when exactly it stopped working.
chnTitle=PlayMusic("Title.mid") If chnTitle = 0 Then RuntimeError("file not loaded") WaitKey() EndI can't get it to work and keep getting "file not loaded" errors. The .mid file is in the same directory as the executable.
I can play the .mid files fine from within Windows MediaPlayer and Magix Midi Studio.
I can't play them from Blitz3D (I have Blitz3D version IDE 1.85, Linker 1.64, Runtime 1.85) nor from BlitzPlus (ver IDE 1.35, Linker 1.10, Runtime 1.37) either as executables or from within Blitz.
This all happens regardless of the .mid file I substitute.
The strange thing is that it used to work fine a while back. I don't remember when exactly it stopped working.