This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <SD.h> | |
#include <MIDI.h> | |
#include <TimerOne.h> | |
#include <DmxSimple.h> | |
#include <TinyXML.h> | |
#define DEBUG 1 | |
#define MIDI_BAUDRATE 31250 | |
#define COMPILE_MIDI_IN 1 // Set this setting to 1 to use the MIDI input. | |
#define COMPILE_MIDI_OUT 0 // Set this setting to 1 to use the MIDI output. |