MIDI library and MIDI.sendRealTime function

namespace was the trick. thanks!

This works...

using namespace midi;

then,

MIDI.sendRealTime(Clock);
1 Like