Jump to content

Calling all people who know something about Java SoundSystem


chrislo27

Recommended Posts

Hello guys! If any of you know something about Java and SoundSystem, I\'ve got a error in a little game I\'m making in my free time.

ERROR:

Error in class \'MidiChannel\'

Unable to load Midi file in method \'setSequence\'.

Error in class \'MidiChannel\'

Exception in method \'play\'

ERROR MESSAGE:

sequence not set

STACK TRACE:

com.sun.media.sound.RealTimeSequencer.start(Unknown Source)

paulscode.sound.MidiChannel.play(MidiChannel.java:650)

paulscode.sound.Library.play(Library.java:665)

paulscode.sound.SoundSystem.CommandPlay(SoundSystem.java:2076)

paulscode.sound.SoundSystem.CommandQueue(SoundSystem.java:2599)

paulscode.sound.CommandThread.run(CommandThread.java:121)

This errors at

sounds/*SoundSystem*/.backgroundMusic('Main BG', 'Docking.mid', true); //yes, I used someone\'s KSP soundtrack file

Please help!

But I doubt no one knows much SoundSystem...

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...