Cosmetics.
This commit is contained in:
parent
64a3ff5487
commit
2dd633816d
|
|
@ -1,7 +1,7 @@
|
||||||
/*!
|
/*!
|
||||||
* @file MIDI.cpp
|
* @file MIDI.cpp
|
||||||
* Project MIDI Library
|
* Project AVR Core MIDI Library
|
||||||
* @brief MIDI Library for the Arduino
|
* @brief MIDI Library for the AVR Core
|
||||||
* @version 3.2
|
* @version 3.2
|
||||||
* @author Francois Best
|
* @author Francois Best
|
||||||
* @date 24/02/11
|
* @date 24/02/11
|
||||||
|
|
|
||||||
14
src/MIDI.h
14
src/MIDI.h
|
|
@ -1,11 +1,11 @@
|
||||||
/*!
|
/*!
|
||||||
* @file MIDI.h
|
* @file MIDI.h
|
||||||
* Project MIDI Library
|
* Project AVR Core MIDI Library
|
||||||
* @brief MIDI Library for the Arduino
|
* @brief MIDI Library for the AVR Core
|
||||||
* Version 3.2
|
* @version 3.2
|
||||||
* @author Francois Best
|
* @author Francois Best
|
||||||
* @date 24/02/11
|
* @date 24/02/11
|
||||||
* License GPL Forty Seven Effects - 2011
|
* license GPL Forty Seven Effects - 2011
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef LIB_MIDI_H_
|
#ifndef LIB_MIDI_H_
|
||||||
|
|
@ -130,7 +130,7 @@ public:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* ####### OUTPUT COMPILATION BLOCK ####### */
|
/* ####### OUTPUT COMPILATION BLOCK ####### */
|
||||||
#if COMPILE_MIDI_OUT
|
#if COMPILE_MIDI_OUT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
@ -168,7 +168,7 @@ private:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* ####### INPUT COMPILATION BLOCK ####### */
|
/* ####### INPUT COMPILATION BLOCK ####### */
|
||||||
#if COMPILE_MIDI_IN
|
#if COMPILE_MIDI_IN
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
@ -280,7 +280,7 @@ private:
|
||||||
#endif // COMPILE_MIDI_IN
|
#endif // COMPILE_MIDI_IN
|
||||||
|
|
||||||
|
|
||||||
/* ####### THRU COMPILATION BLOCK ####### */
|
/* ####### THRU COMPILATION BLOCK ####### */
|
||||||
#if (COMPILE_MIDI_IN && COMPILE_MIDI_OUT && COMPILE_MIDI_THRU) // Thru
|
#if (COMPILE_MIDI_IN && COMPILE_MIDI_OUT && COMPILE_MIDI_THRU) // Thru
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue