首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在我的安卓应用程序中包含javax.sound.midi

在我的安卓应用程序中包含javax.sound.midi
EN

Stack Overflow用户
提问于 2012-09-21 13:20:10
回答 1查看 3.4K关注 0票数 0

android下处理midi文件面临的问题

代码语言:javascript
复制
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  
EN

回答 1

Stack Overflow用户

发布于 2012-10-02 14:06:23

javax.sound.midi库不随Android平台一起分发,也不受其支持。然而,有一个MIDI文件格式的Java实现,可以与Android项目一起使用:

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

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

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/12524663

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档