Hello, I'm trying to find a library or github project in order to connect my esp32-s3 wroom to a MIDI-Keyboard. the keyboard has a usb c data cable that I assume is used to connect to an ipad or mac to run a synth software.
The goal is for the esp32 to be able to handle keyboard inputs such that the esp32 is able to connect to a bluetooth speaker to play the notes. I'm not looking to create a synthesizer, I'm just trying to play notes via an esp32.
Are there any additional hardware/software considerations that I have to take into account? The reason why I'm not using just an Ipad is because this is for a school project and we're supposed to use an esp32 to play notes.