dagargo / overwitch

JACK client for Overbridge devices
GNU General Public License v3.0
142 stars 18 forks source link

Fix Overbridge mode class compliant MIDI #66

Open dagargo opened 4 weeks ago

dagargo commented 4 weeks ago

As discussed in #56, devices compatible with Overbridge 2.13 have changed their USB mode in Overbridge mode and present the MIDI port as MIDI class compliant.

The work on this issue follows the fix-overbridge-cc-midi branch.

These are the devices whose IDs need to be updated.

dagargo commented 4 weeks ago

Commit c2e47830f6d469e394cf8f10b6da452110950e1f just fixes the claiming of the USB interfaces.

dagargo commented 4 weeks ago

Commit 0262124a6e200d3f8a8067ee1ecd9d6eb394be0d removes entirely the MIDI side from Overwitch and lets the USB MIDI kernel drivers do their job.

dagargo commented 4 weeks ago

Digitone, Digitone Keys, Analog Heat MKII and Syntakt updated in 738ccf165013eac68f954492d74d45c7dff4f356.

dagargo commented 3 weeks ago

Add Analog Four MKII and Analog Rytm MKII updated in 75c6483f1bb13ff94acbc2f0300080d832832c07.

dagargo commented 3 weeks ago

Branch merged into master in #67.

I'm keeping this open only for the Analog Heat MKI.