Convert a byte to decimal
Does anyone know how to convert a byte (e.g. 10001000) to a decimal number? The problem is that my byte is coming as a symbol, so I use [fromsymbol] to convert it to an integer, but then max is reading the bye as a decimal integer and I can't figure out how to do it otherwise.
I used the search function in the forum for this common problem and found this thread:
https://cycling74.com/forums/binary-to-decimal