xmos / lib_xua

XMOS USB Audio
Other
17 stars 13 forks source link

Incorrect max packet size reported for MIDI when running in FS mode #371

Open Albent902 opened 7 months ago

Albent902 commented 7 months ago

If MIDI is enabled in "xua_conf.h", two problems are found: Problem 1: The MIDI packet at full speed should be 64 bytes Problem 2: If no driver is installed, the device will be abnormal in the window. USB descriptors cannot be viewed using the USB Viewer.

Try to return UAC(1.0), or change AUDIO_CLASS=1, and it still won't work. MIDI should be a subclass of audio, and in our other devices, MIDI devices never need to install drivers. We expect that XMOS will also work.

Please let us know how to modify, thank you !

xross commented 3 months ago

Hello.