Skip to content

Releases: lathoub/Arduino-AppleMIDI-Library

Winter 2016 release

Choose a tag to compare

@lathoub lathoub released this 19 Dec 18:52

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

Pre-release

Choose a tag to compare

@lathoub lathoub released this 18 Aug 22:06
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

Pre-release

Choose a tag to compare

@lathoub lathoub released this 16 Aug 14:40

Summer 2015 pre-release