Hi I have java application which plays midi messages from sequence. I\'m doing this using jfugue library.
the problem is when I\'m tryingto stop playback with stop butto
I'm guessing you need to call Player.allNotesOff() before calling sequencer.stop(). Untested, so please let me know if it didn't work.
sequencer.stop()