-
Hi, and first "great job" on Midi Works, many thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
i reply to my own message, that could help :) |
Beta Was this translation helpful? Give feedback.
-
@sdstronic - You can try MIDI network by Oscar Bouwmans. It will create a MIDI connection with ESP32/ESP8266 directly using IP address and port. It is available for both iPhone and iPad - and I use it frequently. |
Beta Was this translation helpful? Give feedback.
i reply to my own message, that could help :)
just had
IPAddress remote(ip de l'ipad);
AppleMIDI.sendInvite(remote, DEFAULT_CONTROL_PORT); // port is 5004 by default
and it work fine !!