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 发布于 2012-10-02 14:06:23
javax.sound.midi库不随Android平台一起分发,也不受其支持。然而,有一个MIDI文件格式的Java实现,可以与Android项目一起使用:
http://code.google.com/p/android-midi-lib/
根据您的特定需求,这可能还不够,但这肯定是一个开始。
https://stackoverflow.com/questions/12524663
复制相似问题