Of course I had to ask whether that bot is open source. And it is! It's a few Python scripts to interact with Discord, fetch all the images posted to the channel, and use OpenCV to try and detect a crash pattern in it. If that succeeds, the result is posted back to Discord.
https://github.com/0beron/delugeqr/
(Don't get confused by the "QR" in the name, these are not QR codes at all.)
And the code that generates these patterns is here in the firmware:
https://github.com/SynthstromAudible/DelugeFirmware/blob/community/src/fault_handler.c
The #Deluge had already been an outstanding piece of gear before, but when #SynthstromAudible open-sourced the firmware, a fan-driven development effort started that, as a Deluge owner, I can only describe as "mindblowing".
Bugs were fixed, refactorings took place, and an impressive amout of new features and quality of life improvements were added, and are still coming.
Check out https://youtu.be/J8hibZYJhoY (23 min) or https://github.com/SynthstromAudible/DelugeFirmware/blob/community/docs/community_features.md for an overview of the community firmware improvements.
The #Deluge had already been an outstanding piece of gear before, but when #SynthstromAudible open-sourced the firmware, a fan-driven development effort started that, as a Deluge owner, I can only describe as "mindblowing".
Bugs were fixed, refactorings took place, and an impressive amout of new features and quality of life improvements were added, and are still coming.