lathoub / Arduino-AppleMIDI-Library

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

Invite missing #74

Closed fastfourier666 closed 4 years ago

fastfourier666 commented 4 years ago

Hi, thanks for the 2.0.0 branch - I was getting disconnects with the default branch when sending lots of notes.

I am making a DIN MIDI to RTP MIDI converter which connects to a remote session. Previously I was using AppleMIDI.invite (ip, port) for this, but now it doesn't exist. I did find sendInvite but I get errors compiling when using that.

lathoub commented 4 years ago

I updated 2.0.0 branch - can you test again @fastfourier666 (now also includes the AppleMIDI Initiator part - see example Initiator)

lathoub commented 4 years ago

This should be fixed in the new v2.0.3 release (see EthernetShield_Initiator example)