Jamoma API  0.6.0.a19
MIDIInclude.h
Go to the documentation of this file.
1 /** @file
2  *
3  * @ingroup modularMIDI
4  *
5  * @brief Includes and definitions for the MIDI protocol for Jamoma Modular
6  *
7  * @details
8  *
9  * @author Theo Delahogue
10  *
11  * @copyright © 2014, GMEA (http://www.gmea.net) @n
12  * This code is licensed under the terms of the "New BSD License" @n
13  * http://creativecommons.org/licenses/BSD/
14  */
15 
16 #ifndef __MIDI_INCLUDE_H__
17 #define __MIDI_INCLUDE_H__
18 
19 #include "TTFoundationAPI.h"
20 
21 #include "portmidi.h"
22 
23 #if defined(TT_PLATFORM_MAC)
24 #include <CoreServices/CoreServices.h>
25 #include <CoreMIDI/MIDIServices.h>
26 #endif
27 
28 using namespace std;
29 
30 static const int kMidiBufferSize = 100; // this is arbitrary, is there a more rational value for this ?
31 
32 #endif // __MIDI_INCLUDE_H__
STL namespace.