Merge branch 'master' into dev.

This commit is contained in:
Francois Best 2016-11-04 23:27:01 +01:00
commit 9a4b8b6c86
15 changed files with 9 additions and 18 deletions

View File

@ -38,7 +38,7 @@ PROJECT_NAME = "Arduino MIDI Library"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = "Version 4.3"
PROJECT_NUMBER = "Version 4.3.1"
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

View File

@ -1,6 +1,6 @@
{
"name": "MIDI Library",
"version": "4.3",
"version": "4.3.1",
"keywords": "midi",
"description": "Enables MIDI I/O communications on the Arduino serial ports",
"license": "MIT",
@ -17,9 +17,12 @@
"url": "https://github.com/FortySevenEffects/arduino_midi_library.git",
"branch": "master"
},
"downloadUrl": "https://github.com/FortySevenEffects/arduino_midi_library/releases/tag/4.3",
"include": "src",
"examples": "examples/*/*.ino",
"export": {
"include": [
"src",
"examples"
]
},
"frameworks": "arduino",
"platforms": ["atmelavr", "atmelsam", "teensy"]
}

View File

@ -1,5 +1,5 @@
name=MIDI Library
version=4.2.0
version=4.3.1
author=Forty Seven Effects
maintainer=Francois Best <francois.best@fortyseveneffects.com>
sentence=MIDI I/Os for Arduino

View File

@ -2,7 +2,6 @@
* @file MIDI.cpp
* Project Arduino MIDI Library
* @brief MIDI Library for the Arduino
* @version 4.3
* @author Francois Best
* @date 24/02/11
* @license MIT - Copyright (c) 2015 Francois Best

View File

@ -2,7 +2,6 @@
* @file MIDI.h
* Project Arduino MIDI Library
* @brief MIDI Library for the Arduino
* @version 4.3
* @author Francois Best
* @date 24/02/11
* @license MIT - Copyright (c) 2015 Francois Best

View File

@ -2,7 +2,6 @@
* @file MIDI.hpp
* Project Arduino MIDI Library
* @brief MIDI Library for the Arduino - Inline implementations
* @version 4.3
* @author Francois Best
* @date 24/02/11
* @license MIT - Copyright (c) 2015 Francois Best

View File

@ -2,7 +2,6 @@
* @file midi_Defs.h
* Project Arduino MIDI Library
* @brief MIDI Library for the Arduino - Definitions
* @version 4.3
* @author Francois Best
* @date 24/02/11
* @license MIT - Copyright (c) 2015 Francois Best

View File

@ -2,7 +2,6 @@
* @file midi_Message.h
* Project Arduino MIDI Library
* @brief MIDI Library for the Arduino - Message struct definition
* @version 4.3
* @author Francois Best
* @date 11/06/14
* @license MIT - Copyright (c) 2015 Francois Best

View File

@ -2,7 +2,6 @@
* @file midi_Namespace.h
* Project Arduino MIDI Library
* @brief MIDI Library for the Arduino - Namespace declaration
* @version 4.3
* @author Francois Best
* @date 24/02/11
* @license MIT - Copyright (c) 2015 Francois Best

View File

@ -2,7 +2,6 @@
* @file midi_RingBuffer.h
* Project Arduino MIDI Library
* @brief MIDI Library for Arduino - Ring Buffer
* @version 4.3
* @author Francois Best
* @date 10/10/2016
* @license MIT - Copyright (c) 2016 Francois Best

View File

@ -2,7 +2,6 @@
* @file midi_RingBuffer.hpp
* Project Arduino MIDI Library
* @brief MIDI Library for Arduino - Ring Buffer
* @version 4.3
* @author Francois Best
* @date 10/10/2016
* @license MIT - Copyright (c) 2016 Francois Best

View File

@ -2,7 +2,6 @@
* @file midi_Settings.h
* Project Arduino MIDI Library
* @brief MIDI Library for the Arduino - Settings
* @version 4.3
* @author Francois Best
* @date 24/02/11
* @license MIT - Copyright (c) 2015 Francois Best

View File

@ -2,7 +2,6 @@
* @file midi_UsbDefs.h
* Project Arduino MIDI Library
* @brief MIDI Library for the Arduino - Definitions
* @version 4.3
* @author Francois Best
* @date 24/02/11
* @license MIT - Copyright (c) 2016 Francois Best

View File

@ -2,7 +2,6 @@
* @file midi_UsbTransport.h
* Project Arduino MIDI Library
* @brief MIDI Library for the Arduino - Transport layer for USB MIDI
* @version 4.3
* @author Francois Best
* @date 10/10/2016
* @license MIT - Copyright (c) 2016 Francois Best

View File

@ -2,7 +2,6 @@
* @file midi_UsbTransport.hpp
* Project Arduino MIDI Library
* @brief MIDI Library for the Arduino - Transport layer for USB MIDI
* @version 4.3
* @author Francois Best
* @date 10/10/2016
* @license MIT - Copyright (c) 2016 Francois Best