Muscial notation on the iPhone. Any suggestions for example code? [closed]

不打扰是莪最后的温柔 提交于 2019-12-04 20:41:12

问题


I'm writing an iPhone app where I'd like to display some simple musical notation (just a chord or two).

This question is a call for suggestions on the quickest way to go about it. For instance:

  1. Is there any iphone OR objective-C libraries for doing this that I'm missing?
  2. Are there any examples of open-source objective-C software in the wild I could look at? It wouldn't have to be iPhone specific.
  3. If there isn't any objective-C code to do this, anyone know of any musicial-notation rendering software in other languages?

回答1:


Indeed, MusicKit is an audio tool, not a symbolic tool like you need.

I don't know of any open-source Objective-C music notation programs. However, the recently-released Zong! Viewer is an open-source (GPL) Java program. You can't run Java on the iPhone, of course, but it might give you some ideas for structuring your software. MuseScore is an open source music notation editor that might provide more ideas.

So far the only iPhone music notation application I know is pocketscore. It has the great idea of exporting MusicXML files via e-mail so you can work on your music later with a more full-featured program than you can write on an iPhone.

There might be other open source programs you can check out on the MusicXML software list. Good luck!




回答2:


This is an objective-c music analysis framework which may have what you need:

musickit



来源:https://stackoverflow.com/questions/1810207/muscial-notation-on-the-iphone-any-suggestions-for-example-code

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!