0

在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  
4

1 回答 1

1

javax.sound.midi 库未在 Android 平台上分发也不支持。但是,有一个可用于 Android 项目的 MIDI 文件格式的 Java 实现:

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

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

于 2012-10-02T06:06:23.380 回答