how can make music in j2mei mean,is there possibility 2 make different voice frequencies pleasure will be mine if tell me with which class can make music and tell me the algorithm
JFugue is an open-source Java API for programming music without the complexities of MIDI.JFugue makes programming music this easy:Player player = new Player();player.play("C D E F G A B");
Originally JFugue doesn't compiles under J2ME, but here is shorten version of it you may tryhttps://code.google.com/p/jfugue2me/