Week highlights: new releases of Helio sequencer and ZLEqualizer, new features coming to @GIMP and @FreeCAD, Darkglass Electronics releases a Linux-powered multi-effects processor for the bass
See here for details: https://librearts.org/2025/04/week-recap-27-apr-2025/
@prokoudine @GIMP @FreeCAD what would be great is if Darkglass offered linux driver and suite support!
@MightyHealthy673 I do 't think it needs a driver per se, but for suite support def agreed :) @falktx any word on that?
@prokoudine @MightyHealthy673 oh and yeah no custom drivers are needed whatsoever, the USB support is class compliant as it comes from a Linux OS, it uses 4 components:
- HID (communication with Suite app)
- Serial / CDC ACM (for big payloads, like updates and user files; HID is too slow)
- MIDI
- Audio (coming in v1.2 update very soon)
This is all Linux stuff based on https://www.kernel.org/doc/html/v6.1/usb/gadget-testing.html