Felicia Hummel
Felicia Hummel
A bit of success: I can now make `device-test` to turn on the `Mute/Choke` button as well as 4 LEDs around the encoder button. No inputs are recognized yet, but...
Okay, I got the buttons working (partially). My c++ is very rusty, so I need to figure out how the mapping in cabl works. I added debug outputs to both...
I'm on to the display support. I've captured frames via Wireshark and usbpcap. What I know so far is documented in this google doc: https://docs.google.com/document/d/1xdWTY4XAMPFj8dKzvZJnUyJy-SxdZiPVdcSUw1nVl8A/edit?usp=sharing Feel free to read and...
Okay, that was *way* easier than expected. 
@shaduzlabs not yet. Right now I only have a PHP script to convert a 480x272 image to a data file and a python script to send the raw data to...
I can finally watch anime on the Maschine MK3 ;) https://www.youtube.com/watch?v=3qieMM4V1SU
A few words on the protocol: It's basically a bunch of commands being sent to the display. Format is RGB565. Right now I found two commands: first 16 bytes: Header,...
Documentation for the display protocoll can now be found here: https://github.com/Drachenkaetzchen/cabl/tree/develop/doc/hardware/maschine-mk3 Will send a PR as soon as I got the code working.
I just added documentation for the HID protocol, including touch strip, touch sense knobs and all LEDs. Fun fact: The Maschine MK3 even knows the physical state of the volume...
I now have a preliminary version in my repository. However, currently it's very unlikely that I'll finish support, since my C++ isn't that strong anymore and my holiday is almost...