Hi folks
I'm fairly new to arduino and trying to work out the syntax for setting the MIDI Thru Filter mode.
I've looked at the documentation and searched google but can't find an example.
MIDI.turnThruOn(); verifies OK but MIDI.setThruFilterMode(DifferentChannel); errors with 'DifferentChannel' was not declared in this scope.