xmos / lib_xua

XMOS USB Audio
Other
17 stars 13 forks source link

Mixer app doesn't work with new Thesycon driver #338

Closed danielpieczko closed 6 months ago

danielpieczko commented 1 year ago

The mixer app contains a hard-coded driver GUID which matches the the v5.50 driver, but it's different in the latest v5.58 driver so the app cannot connect to the device.

GUID is set here: https://github.com/xmos/lib_xua/blob/develop/host_usb_mixer_control/usb_mixer.cpp#L810

Theyson's apps tend to have a -g option to provide the GUID on the command line, so maybe that is the approach we should take. You can get the GUID from the installation directory for the driver: C:\Program Files\XMOS\USB Audio Device Driver\x64\custom.ini

danielpieczko commented 6 months ago

Done in #367