how to print the value of the MCU::BANK_RIGHT
/BANK_LEFT
button
#791
-
hello, I want to ask how to display and print the value of the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The Arduino doesn't know the value, only the DAW knows it. The Arduino just sends left/right, it doesn't know the absolute value. If you're lucky, the DAW might send it to you as a response (see https://tttapa.github.io/Control-Surface-doc/Doxygen/d3/d85/Mackie-Control-Universal-Reverse-Engineering_8ino-example.html), or you might be able to infer it some other way. |
Beta Was this translation helpful? Give feedback.
The Arduino doesn't know the value, only the DAW knows it. The Arduino just sends left/right, it doesn't know the absolute value.
If you're lucky, the DAW might send it to you as a response (see https://tttapa.github.io/Control-Surface-doc/Doxygen/d3/d85/Mackie-Control-Universal-Reverse-Engineering_8ino-example.html), or you might be able to infer it some other way.
Perhaps you can send e.g. 4 left messages, so you know that the leftmost bank has to be selected.