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.

link|improve this question

67% accept rate
feedback

2 Answers

You have to use the coremidi framework (provided by the IOS). See here for a introduction: http://www.synthtopia.com/content/2011/06/02/coremidi-brain-dump/

link|improve this answer
But how to support it with Bonjour to share MIDI information over a network. ? Can you please show me code example. Thanks – user1195202 Feb 7 at 19:13
+1, best resource out there for Core MIDI. @user1195202 don't be lazy, read the link (specifically, the pages at SyntheticBits that it links to) that Kris gave you. – Tim Kemp Feb 7 at 19:35
Found... it called petegoodliffe-PGMidi. Thanks All – user1195202 Feb 7 at 20:11
Welcome to Stack Overflow. If you find an answer helpful, you should accept it. Please read about accepting answers. – SSteve Feb 7 at 22:06
feedback

If you are still looking I wrote sample code that is on GITHUB that wirelessly sends/receives MIDI notes ON/OFF messages from iPhone/iPad to Windows PC, Apple Mac or any other device listening. Full instruction on GITHUB.

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.