Skip to content

Commit

Permalink
fixed Pitch Bend Reception/Decoding
Browse files Browse the repository at this point in the history
bumped minor version for Pitch Bend Reception/Decoding
  • Loading branch information
lathoub committed Apr 14, 2018
1 parent 4e6d89a commit 88f8ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library.properties
@@ -1,7 +1,7 @@
name=AppleMIDI
version=1.5.3
version=1.5.4
author=lathoub
maintainer=lathoub <aa@aab.com>
maintainer=lathoub <lathoub@gmail.com>
sentence=AppleMIDI protocol for Arduino
paragraph=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)
category=Communication
Expand Down

0 comments on commit 88f8ea2

Please sign in to comment.