Can t find how to send mute state to a led

3.25K viewsGeneral
0

Hi, I can t find how I can put a led on or off following the mute state of a track, anybody can help me please? I d like it to react when I send mute via cc but also when I push the mute button with mouse.
Thanks

admin Changed status to publish
Attached Files:
0

Found a cumbersome solution, but it works:

Just translate each individual element from HEX to DEC and it will work.

In my case what I want to send is: (F0,00,20,6B,7F,42,05,01,F7)
Instead I now send the same in Decimal: (240,0,32,107,127,66,5,1,247) and this works.

admin Changed status to publish
Attached Files:
You are viewing 1 out of 14 answers, click here to view all answers.