I wanted to use my tablet as a MIDI controller. Unfortunately most of the apps on the android can only do RTP-MIDI over WiFi (at least I didn’t get any of the apps to work via USB-MIDI adapter).
Does anyone know a DIY project for a WiFi-RTP-MIDI bridge? An ESP8266 (or ESP32) should be ideal for that, right?
If there’s nothing “ready” programmed, then I would have to write it myself. As a software candidate Arduino-AppleMIDI-Library would be a good choice.
If you want to control the Zynthian (an do possibly use it as a bridge to other devices) then you might be able to use OSC rather than RTP. Zynthian has some OSC support including TouchOSC plus OSC control of CUIA. Also the (technology preview / alpha) zynmixer fully supports OSC.
Zynthian has RTP-MIDI and Wifi. Am I missing something? On my iPad I can use MIDI Network to initiate a connection to the Zynth and then Sequencism to drive it.
I built a OSC2MIDI gateway with the code from https://github.com/tadas-s/OSC2Midi. Seems to work nicely with TouchOSC so I can create my own MIDI-CC controller for my tablet.
I am using a simple ESP8266-01 for this.
Currently I don’t have a MIDI-I/O circuit, so complete testing is not possible… I have to wait for the postman.