looks like the "kMIDIType" was in a previous version of the library. I just checked my installed library, and I do have the "MidiType" enum def.
However, I try...
MidiType type = Clock;
but the compiler still doesn't like it...
'MidiType' does not name a type
Is there a way to see what file is getting used when I do a #include? I wonder if it's using a different version of MIDI.h