@satobox: the first thing I noticed from reading the manual is that the APC has something called “generic mode”, which is the default when turning the machine on.
This is probably NOT what you want, as the APC then has a lot of logic of it’s own. For example, some of the buttons can only be turned on one at the time:
Basically, the APC should be as “dumb” as possible, because then we can better control it
From the descriptions, it seems that the most useful mode would be “mode 1”:
The APC needs to receive an initial message to set this mode, I’m sure there’s help somewhere on the internet on how to do this?
The manual is also very helpful in telling us which codes are needed to set the various colors, but to begin with, these should be enough:
Note velocity 0 = OFF
Note velocity 127 = GREEN
Once the rest is working we can look at it’s colorspace, which would be {2,2,0} - two levels of green and red, a bit like the launchpad.
It was (wrongly) put like that in the first version of the documentation. Nice that you discovered how to do it anyway