You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
. We'll look to patch this up in the next release.
The design doesn't support MIDI for Audio Class 1.0 mode. Please raise a separate "enhancement" issue. This isn't something that has been requested in the past, AFAIK.
xross
changed the title
In the window, MIDI devices cannot be used without drivers
Incorrect max packet size reported for MIDI when running in FS mode
Jul 2, 2024
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 !
The text was updated successfully, but these errors were encountered: