Hello all, my project uses an Arduino (Adafruit Feather M0 Express) to power a control control surface and an Axoloti as a sound module.
The Arduino sends MIDI note data to the Axoloti over USB. I would also like for the Axoloti to send text back to the Arduino for display on a connected OLED screen. The text would consist of short patch names and numerical values.
Could this text be formatted as MIDI-out data, perhaps using SysEx? Has anyone attempted this? Might SPI be a better fit for the text data?
Thanks for any responses.