Reputation: 329
How do I send and receive network MIDI data in iOS? I am able to resolve the server using bonjour and apply the service to a MIDI connection, but I don't know where to go from there. The documentation seems to be lacking, and there's not much information online.
Upvotes: 4
Views: 1865
Reputation: 574
Essentially, you need to connect to the session via Bonjour as you have done, and within your iOS app:
I wrote a few blog posts about this a while back, see here for source code etc.
Upvotes: 9