1

Does anyone have example with iOS/Objective C, on how to send midi "note on/note off" signal (with different velocity) over wifi so that iPad would display in "Mac OS X->Audio Midi Setup->Network. then I click connect device" and by simple touching on the button on iPad code will send midi command. I believe I need to use some protocol,but I'm newbie on this, please help me.

Thanks.

4

2 回答 2

2

您必须使用 coremidi 框架(由 IOS 提供)。有关介绍,请参见此处:http ://www.synthtopia.com/content/2011/06/02/coremidi-brain-dump/

于 2012-02-07T18:49:25.660 回答
2

如果你还在寻找我在 GITHUB 上编写的示例代码,它可以无线发送/接收 MIDI 音符 ON/OFF 消息从 iPhone/iPad 到 Windows PC、Apple Mac 或任何其他监听设备。关于 GITHUB 的完整说明。

见:https ://github.com/JohnGoodstadt/MidiNotes

于 2012-03-30T10:41:41.297 回答