Receive BLE MIDI Data

So I worked on a project to send MIDI data from an Adafruit Feather 32u4 and got it working.

However now I would like to also receive data back to the arduino to trigger some LED's.

There doesn't seem to be much info out there on receiving MIDI data.

I tried adding some MIDI.read(); into the code but it gives me a 'class Adafruit_BLEMIDI' has no member named 'read'

Can this library receive MIDI? Am I just not using the right command?

Thanks

Luke

BluefruitConfig.h (2.59 KB)

midi_Controller_100__working_2.ino (5.46 KB)