Cosmetics.

This commit is contained in:
Francois Best 2012-05-22 22:09:41 +02:00
parent 64a3ff5487
commit 2dd633816d
2 changed files with 1003 additions and 1003 deletions

View File

@ -1,7 +1,7 @@
/*!
* @file MIDI.cpp
* Project MIDI Library
* @brief MIDI Library for the Arduino
* Project AVR Core MIDI Library
* @brief MIDI Library for the AVR Core
* @version 3.2
* @author Francois Best
* @date 24/02/11

View File

@ -1,11 +1,11 @@
/*!
* @file MIDI.h
* Project MIDI Library
* @brief MIDI Library for the Arduino
* Version 3.2
* Project AVR Core MIDI Library
* @brief MIDI Library for the AVR Core
* @version 3.2
* @author Francois Best
* @date 24/02/11
* License GPL Forty Seven Effects - 2011
* license GPL Forty Seven Effects - 2011
*/
#ifndef LIB_MIDI_H_
@ -130,7 +130,7 @@ public:
/* ####### OUTPUT COMPILATION BLOCK ####### */
/* ####### OUTPUT COMPILATION BLOCK ####### */
#if COMPILE_MIDI_OUT
public:
@ -168,7 +168,7 @@ private:
/* ####### INPUT COMPILATION BLOCK ####### */
/* ####### INPUT COMPILATION BLOCK ####### */
#if COMPILE_MIDI_IN
public:
@ -280,7 +280,7 @@ private:
#endif // COMPILE_MIDI_IN
/* ####### THRU COMPILATION BLOCK ####### */
/* ####### THRU COMPILATION BLOCK ####### */
#if (COMPILE_MIDI_IN && COMPILE_MIDI_OUT && COMPILE_MIDI_THRU) // Thru
public: