Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

how can make music in j2me

  Asked By: Adelisa    Date: Dec 14    Category: Java    Views: 1050
  

how can make music in j2me
i 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

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Janis Hart     Answered On: Dec 14

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");

 
Answer #2    Answered By: Java Fugue     Answered On: Oct 16

Originally JFugue doesn't compiles under J2ME, but here is shorten version of it you may try
https://code.google.com/p/jfugue2me/

 
Didn't find what you were looking for? Find more on how can make music in j2me Or get search suggestion and latest updates.




Tagged: