我有以下類生成包含聲音數據的緩衝區: package musicbox.example;
import javax.sound.sampled.LineUnavailableException;
import musicbox.engine.SoundPlayer;
public class CChordTest {
private static final int SAM
我正在編寫一些代碼,它將在運行時自動啓動midi序列的播放,並且用戶可以隨時按下某個鍵暫停。他們主要的事件處理工作就好了,但是,我發現了一個很奇怪的錯誤,其中有暫停序: public void pause() {
// if the sequencer is playing, pause its playback
if (this.isPlaying) {
this