#include MIDI_CREATE_DEFAULT_INSTANCE(); // ----------------------------------------------------------------------------- // This example shows the old way of checking for input messages. // It's simpler to use the callbacks now, check out the dedicated example. #define LED 13 // LED pin on Arduino Uno // ----------------------------------------------------------------------------- void BlinkLed(byte num) // Basic blink function { for (byte i=0;i