Releases: lathoub/Arduino-AppleMIDI-Library
Releases · lathoub/Arduino-AppleMIDI-Library
Release list
Winter 2016 release
RTP-MIDI (also known as AppleMIDI) is a protocol to transport MIDI messages within RTP (Real-time Protocol) packets over Ethernet and WiFi networks. It is completely open and free (no license is needed), and is compatible both with LAN and WAN application fields. Compared to MIDI 1.0, RTP-MIDI includes new features like session management, device synchronization and detection of lost packets (with automatic regeneration of lost data). RTP-MIDI is compatible with real-time applications, and supports sample-accurate synchronization for each MIDI message. (from https://en.wikipedia.org/wiki/RTP-MIDI)
Summer 2015 pre-release
Keep remoteIP and remotePort per session the remoteIP and remotePort of the UDP socket are nulled when no bytes are available on ESP8266 (Arduino Ethernet 'remembers' last known IP and port). In order to be save on multiple hardware, keep remoteIP and remotePort per session. corrected ESP6288 filename sample for Arduino and ESP8266 only send notes when connected
Summer 2015 pre-release
Summer 2015 pre-release