How to send MIDI or OSC signals to a Mac application from my iOS application?

这一生的挚爱 提交于 2019-12-22 18:39:59

问题


I'm thinking of writing an iPhone/iPad application to emulate a MIDI controller. I know there are already quite a few available but I still want to do my own. I have several questions about that:

  • I know a little bit about MIDI, but I've recently heard about OSC. Obviously MIDI is supported by almost all DJ software applications, but does OSC have a critical advantage that makes it compelling?
  • For example, is it possible for my iOS application to send OSC messages directly to the DJ application without going through a hosted proxy application (like most remoting applications)? Is it possible with MIDI?
  • If I'm forced to go through a server application installed on the host machine, I've read about Bonjour and TCP sockets to communicate between iOS and my host proxy, but how can my host proxy send MIDI or OSC signals to DJ applications? Does it have to pose as a virtual MIDI device? Are there libraries available for that? On MacOSX? On Windows?

回答1:


Take a look at the vvopensource project on Google Code.



来源:https://stackoverflow.com/questions/3201791/how-to-send-midi-or-osc-signals-to-a-mac-application-from-my-ios-application

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