在jfugue模式开头和之后听到点击

时间:2014-07-29 16:47:01

标签: java jfugue

使用jfugue制作第一步......非常简单!

但是在开始和模式之后我听到了点击次数(pops)。 避免它们对我来说非常重要。 使用Eclipse在Windows上工作

import org.jfugue.*; 

public class PlayFreq 
{
    public static void main(String[] args) {

    String A2 =  "X[Volume]=10200 T120 I54 Rq G9i Rq F9q. Rq";
    Player player = new Player(); 
    Pattern ptr_a2 = new Pattern(A2);

    player.play(" Rq G9 Rq");

    System.exit(0); // If using Java 1.4 or lower 
    } 
}   

任何想法?

0 个答案:

没有答案