Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Which package or which methods can be used to get the information from a midi file? Or could you tell the key words about the topic, cuz I couldn't google out any useful stuffs with my words.... Thanks. :)
Posted

Please see:
http://docs.oracle.com/javase/7/docs/api/javax/sound/midi/package-summary.html[^].

But specifically for Android, you rather need this: https://github.com/leffelmania/android-midi-lib[^].

See also: http://www.midi.org/aboutmidi/android.php[^].

You know, this is a Quick Questions & Answers forum, not a library-finding service. You should pay at least minimal effort to solve your own problems.

—SA
 
Share this answer
 
Comments
Carle_Lai 17-Nov-15 8:04am    
Thank you, the resources are very helpful, it is very nice of you! And you're right, I was a little bit lazy, your words made me reflect and think, thanks.
Sergey Alexandrovich Kryukov 17-Nov-15 9:46am    
You are very welcome.
Good luck, call again.
—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900