lathoub / Arduino-AppleMIDI-Library

Send and receive MIDI messages over Ethernet (rtpMIDI or AppleMIDI)
Other
309 stars 66 forks source link

can I send and receive everything from rtpMIDI to serial MIDI? #67

Closed rinaldohack closed 5 years ago

rinaldohack commented 5 years ago

I'm just trying to simplify my program. I'm trying to make MIDI to rtpMIDI converter, using ESP8266. I can use Wemos D1 (or ESP-01 if possible).

is there any way to just forward everything the rtpMIDI received to TX, and forward everything the RX received to rtpMIDI?