Skip to content

how to print the value of the MCU::BANK_RIGHT/BANK_LEFT button #791

Answered by tttapa
pukulsesuatu asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pukulsesuatu
Comment options

Answer selected by pukulsesuatu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants