我正在使用jFugue 4.03並嘗試使用MusicXML閱讀器類讀取歌曲。有些奇怪的事發生在閱讀中 - 節奏不被承認。這裏是我正在嘗試的代碼片段,只是爲了模擬從分析器中讀取「音樂字符串」後的樣子。 Player player = new Player();
//read in using the XML parser. Displaying it as a string literal fo
我正在編寫一些代碼,它將在運行時自動啓動midi序列的播放,並且用戶可以隨時按下某個鍵暫停。他們主要的事件處理工作就好了,但是,我發現了一個很奇怪的錯誤,其中有暫停序: public void pause() {
// if the sequencer is playing, pause its playback
if (this.isPlaying) {
this