Does anybody know how/where to specify a MIDI channel to listen to?
I changed line 53 in ./Source/device.h from #define MIDI_CHANNEL 0
to
#define MIDI_CHANNEL 2
but that didn’t seem to do anything. I’m trying to get the pedal to only respond to PC messages coming from a specific channel.