Java stop MIDI playback

前端 未结 2 1745
借酒劲吻你
借酒劲吻你 2021-01-21 14:23

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

2条回答
  •  时光说笑
    2021-01-21 15:04

    I'm guessing you need to call Player.allNotesOff() before calling sequencer.stop(). Untested, so please let me know if it didn't work.

提交回复
热议问题