Skip to content

Commit 419c74a

Browse files
committed
doc: Add AppleMIDI & release notes
1 parent 5e9a016 commit 419c74a

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This library adds MIDI I/O communications to an Arduino board.
99

1010
### Features
1111

12-
- **New** : MIDI over USB, Bluetooth & IP (see [Transports](#other-transport-mechanisms)).
12+
- **New** : MIDI over USB, Bluetooth, IP & AppleMIDI (see [Transports](#other-transport-mechanisms)).
1313
- **New** : Active Sensing support
1414
- Compatible with all Arduino boards (and clones with an AVR processor).
1515
- Simple and fast way to send and receive every kind of MIDI message (including all System messages, SysEx, Clock, etc..).

ReleaseNotes.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
#### Changelog
2-
* 11/06/2014 : Version 4.2 released. Bug fix for SysEx, overridable template settings.
3-
* 16/04/2014 : Version 4.1 released. Bug fixes regarding running status.
4-
* 13/02/2014 : Version 4.0 released. Moved to GitHub, added multiple instances & software serial support, and a few bug fixes.
5-
* 29/01/2012 : Version 3.2 released. Release notes are [here](http://sourceforge.net/news/?group_id=265194).
6-
* 06/05/2011 : Version 3.1 released. Added [callback](http://playground.arduino.cc/Main/MIDILibraryCallbacks) support.
7-
* 06/03/2011 : Version 3.0 released. Project is now hosted on [SourceForge](http://sourceforge.net/projects/arduinomidilib).
8-
* 14/12/2009 : Version 2.5 released.
9-
* 28/07/2009 : Version 2.0 released.
10-
* 28/03/2009 : Simplified version of MIDI.begin, Fast mode is now on by default.
11-
* 08/03/2009 : Thru method operational. Added some features to enable thru.
2+
3+
- 20/04/2020 : Version 5.0 released. Separation of transports by [@lathoub](https://github.com/lathoub), adds Active Sensing.
4+
- 11/06/2014 : Version 4.2 released. Bug fix for SysEx, overridable template settings.
5+
- 16/04/2014 : Version 4.1 released. Bug fixes regarding running status.
6+
- 13/02/2014 : Version 4.0 released. Moved to GitHub, added multiple instances & software serial support, and a few bug fixes.
7+
- 29/01/2012 : Version 3.2 released. Release notes are [here](http://sourceforge.net/news/?group_id=265194).
8+
- 06/05/2011 : Version 3.1 released. Added [callback](http://playground.arduino.cc/Main/MIDILibraryCallbacks) support.
9+
- 06/03/2011 : Version 3.0 released. Project is now hosted on [SourceForge](http://sourceforge.net/projects/arduinomidilib).
10+
- 14/12/2009 : Version 2.5 released.
11+
- 28/07/2009 : Version 2.0 released.
12+
- 28/03/2009 : Simplified version of MIDI.begin, Fast mode is now on by default.
13+
- 08/03/2009 : Thru method operational. Added some features to enable thru.

0 commit comments

Comments
 (0)