Hi everyone!
In addition to what was explained in https://github.com/xodio/xod/issues/1973, I’d like to propose this:
I think that select
will fit a bit better than if-else-v
here, and also note that you can bind single characters to byte
inputs by surrounding them in single quotes (like this: 'a'
), no need to convert to ASCII code.