在我的android应用程序中包含javax.sound.midi

时间:2012-09-21 05:20:10

标签: android

在android中使用midi文件时遇到问题

i am unable to find the javax.sound.midi jar file  ..  any where  in google..
from where do i find this jar.

and how do i include this jar

i want the sheet music from  midi files  but  i did'nt get any sample or solution   ..in        android  

plz help me  

1 个答案:

答案 0 :(得分:1)

Android平台上不支持也不支持javax.sound.midi库。但是,有一种可以与Android项目一起使用的MIDI文件格式的Java实现:

http://code.google.com/p/android-midi-lib/

根据您的具体需求,这可能还不够,但这肯定是一个开始。