From f11f9fd43d8e9f199ab5e6a080850d3e0a94b7cd Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Tue, 29 Jan 2019 17:53:37 +0100 Subject: [PATCH] Enabled SerialMIDI. --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 27cb999..5ae0f47 100644 --- a/config.h +++ b/config.h @@ -34,9 +34,9 @@ //************************************************************************************************* // MIDI -//#define MIDI_DEVICE_DIN Serial1 +#define MIDI_DEVICE_DIN Serial1 #define MIDI_DEVICE_USB 1 -#define MIDI_DEVICE_USB_HOST 1 +//#define MIDI_DEVICE_USB_HOST 1 // AUDIO //#define TEENSY_AUDIO_BOARD 1