Device Buttons Issue

1.13K viewsCSS Questions
0

I have buttons in firmware that use

Same channel
Same CC number

HOWEVER

Gestures derived from the button issue different values but same ch/cc number;
ie
single click = B0 00 61
double click = B0 00 62

etc

When I go to use them Im getting an error even though they are different buttons.?
How to solve?

admin Changed status to publish
Attached Files:
0

Inputs are identified by their channel/type/value combination values. If 2 controls have the exact same combination then there’s no way to differentiate them with CSS.
Are the 61 & 62 in your example velocity values?

admin Changed status to publish
Attached Files: