Hi everyone, I’m a complete beginner and would need some help developing a simple MIDI app / utility for iPad for a new setup.
Details below:
The app should create two virtual midi ports (in / out) which are visible and selectable within other apps (Geoshred, Cubasis, etc. …).
All raw midi data (NoteOn / Off, PitchBend, ControlChange, etc) should be redirected to a specific multicast UDP socket (Wired Ethernet -> IP: 225.0.0.37 Port: 21928).
The specifications of the last point are necessary because on the PC side the ip-MIDI software is used (https://www.nerds.de/en/ipmidi.html), which creates virtual midi ports with the characteristics listed above.
Is there anyone kind enough to share some code to start with, for the development of this app / utility?
Thanks so much in advance for any help … !!