Hi everyone,
I'm trying to developp a MIDI USB class compliant device with the nrf52840 DK.
I'm beginner about USB developpement and I have only basics about MIDI class definition.
I'm trying to modify the usbd_audio example of the SDK 15.1 to describe my MIDI class. Unfortunately, I'm not sure that I understand how the Audio class module works, especially the macro APP_USBD_AUDIO_MIDI_STREAMING_DSC and APP_USBD_AUDIO_GLOBAL_DEF and how to manage them to fully describe my MIDI class.
Do you have an example ? If not, what is the best way to implement this feature ? For the moment, I just need that my computer detect my device as MIDI device and send a MIDI control change to my PC from my developpement board.
Thank you in advance,
Mathieu