MIDI library and MIDI.sendRealTime function

I don't like the way that the MIDI library uses namespaces. You may need to look at the header files, and determine what the namespace is, and then use that namespace name to qualify the declaration of type.

Or just count, in the enum, starting at 0, to get the value assigned to Clock, and hard-code that value in the call to sendRealTime().