Yes, same here. In fact it was worse than that. I got total silence until I amended the code:
Quote: "load music "menu.mid",1
play music 1
set music volume 1,100
do
if keystate(28)=1 then set music volume 1,0
loop"
I then commented out the added line and got the symptoms you describe. Unhelpful to say the least - although a workaround is easy, of course.
At first I assumed I had the volume turned down on the PC - but I didn't.
Looks like the sound commands are overdue for an overhaul.
WindowsKiller Maybe - but the Help file should tell you that. Very few DBP users are aware of such subtleties - and why should music be treated any differently than other sound or media anyway??
I think we should be able to expect DBP to run from a consistent initialisation condition.