But it does not seems to work for the led output ! In case i misunderstood your chart what oshould be the midi note of the channel level indicator deck A ?
Hex 69 is CC 105. The last byte of the message is the value of the incidator, and it LOOKS to me like it’s looking for the full 00-7f (0-127) - so that’s what you’d use for your range.
should be a pretty fun controller to map and that’s a cool midi spec they gave you.
as nem0nic said 0x69 is CC105, make sure you select it from midi channel 1 for deck a. 0x6B would also do the same job i guess - “deck a right” which is CC107. range does seem to the full 0-127 from their doc.
0x9n in the first byte means it’s a midi note on command and 0xBn means it’s a CC change, the ‘n’ referring to the midi channel.
why can’t all manufacturers release a simple doc like that with it all laid out in black and white?